####################################################################
#
# HoI - CORE UK
#
# LIMIT:  272000 - 321999
####################################################################
#
# HoI - United Kingdom Events
#
#		written by Henrik Fhraeus
#

#########################################################################
#  Spanish Civil War - Intervention
#########################################################################
event = { 
	id = 3400
	random = no
	country = ENG
	
	# Triggered by SPA 3001
	
	name = "EVT_3400_NAME"
	desc = "EVT_3400_DESC"
	style = 0
	action_a = {
		name = "ACTIONNAME3400A" # Why support anarchist rabble?
		command = { type = dissent value = 2 }
	}
	action_b = {
		name = "ACTIONNAME3400B" # Send materiel and volunteers
		command = { type = manpowerpool value = -10 }
		command = { type = supplies value = -1500 }
		command = { type = trigger which = 3103 } #SPR
		command = { type = trigger which = 3722 } #USA
	}
}

#########################################################################
#  Guarantee Independence to Poland
#########################################################################
event = { 
	id = 3401
	random = no
	country = ENG
	
	trigger = {
		OR = {
			event = 2003  #Treaty of Munich - Sudetenland to Germany
			event = 2004  #Treaty of Munich - Czechoslovakia joins the Axis
		}
		exists = POL
		NOT = {
			OR = {
				ispuppet = ENG
				alliance = { country = POL country = SOV }
				alliance = { country = POL country = GER }
                                alliance = { country = POL country = ENG }
			}
		}
	}
	
	name = "EVT_3401_NAME"
	desc = "EVT_3401_DESC"
	style = 0
	
	date = { day = 30 month = march year = 1939 }
	
	action_a = {
		name = "ACTIONNAME3401A" # Poland must be protected
		command = { type = trigger which = 3600 } # POL
	}
	action_b = {
		name = "ACTIONNAME3401B" # The world must be spared another Great War
		command = { type = dissent value = 15 }
		command = { type = warentry value = -10 }
	}
}
#########################################################################
#  Guarantee Independence to Poland - Poland Accepts
#########################################################################
event = { 
	id = 3402
	random = no
	country = ENG
	
	# Triggered by POL 3600
	
	name = "EVT_3402_NAME"
	desc = "EVT_3402_DESC"
	style = 0
	
	action_a = {
		name = "OK" # Great!
		command = { type = alliance which = POL }
		command = { type = dissent value = -5 }
	}
}
#########################################################################
#  Guarantee Independence to Poland - Poland Declines
#########################################################################
event = { 
	id = 3403
	random = no
	country = ENG
	
	# Triggered by POL 3600
	
	name = "EVT_3403_NAME"
	desc = "EVT_3403_DESC"
	style = 0
	
	action_a = {
		name = "OK" # Their loss
		command = { }
	}
}
#########################################################################
#  The Lend-Lease Act - The First Shipment
#########################################################################
event = { 
	id = 3404
	random = no
	country = ENG
	
	# Triggered by USA 3700
	
	name = "EVT_3404_NAME"
	desc = "EVT_3404_DESC"
	style = 0
	
	action_a = {
		name = "OK" # Excellent!
		command = { type = dissent value = -2 }
		command = { type = supplies value = 5000 }
		command = { type = oilpool value = 2500 }
		command = { type = steelpool value = 2500 }
		command = { type = industry which = 499 value = 3 }
		command = { type = industry which = 489 value = 3 }
		command = { type = industry which = 490 value = 3 }
		command = { type = industry which = 501 value = 1 }
	}
}
#########################################################################
#  A Lend-Lease Shipment Arrives from the USA
#########################################################################
event = { 
	id = 3405
	random = no
	country = ENG
	persistent = yes
	
	# Triggered by USA 3702. NOTE: May be triggered several times.
	
	name = "EVT_3405_NAME"
	desc = "EVT_3405_DESC"
	style = 0
	
	action_a = {
		name = "OK" # Excellent!
		command = { type = dissent value = -1 }
		command = { type = supplies value = 3000 }
		command = { type = oilpool value = 1000 }
		command = { type = steelpool value = 1000 }
		command = { type = industry which = 486 value = 1 }
		command = { type = industry which = 487 value = 1 }
		command = { type = industry which = 493 value = 1 }
		command = { type = industry which = 497 value = 1 }
		command = { type = industry which = 498 value = 1 }
		command = { type = industry which = 502 value = 1 }
	}
}
#########################################################################
#  The Independence of India
#########################################################################
event = { 
	id = 3406
	random = no
	country = ENG
	
	trigger = {
		random = 8 # 8% chance every month
		control = { province = 1446 data = ENG } # Delhi
		NOT = {
			exists = IND
			exists = GER
		}
	}
	
	name = "EVT_3406_NAME"
	desc = "EVT_3406_DESC"
	style = 0
	
	date = { day = 1 month = november year = 1945 }
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "ACTIONNAME3406A" # They cannot be held back any longer
		command = { type = independence which = IND value = 1 }
		
	}
	action_b = {
		name = "ACTIONNAME3406B" # This must not be allowed, it would signal the death of Empire
		command = { type = dissent value = 20 }
	}
}
#########################################################################
#  Polish Refugees from France (by Generalisimo)
#  272000
#########################################################################
event = {
	id = 272000
	random = no
	country = ENG

	trigger = {
		control = { province = 527 data = GER } # the germans onws Paris 
		exists = VIC
		OR = {
			event = 432000
			event = 432001
			}
		}

	date = { day = 1 month = january year = 1936 }
	offset = 5
	deathdate = { day = 30 month = december year = 1947 }

	name = CEVTNAME_272000
	desc = CEVTDESC_272000
	style = 0

	action_a = {
		name = CEVTACTA_272000
		command = { type = add_division which = fighter	value = 1 when = 498 }
		command = { type = add_division which = fighter	value = 1 when = 498 }
		}

}

#########################################################################
#  Polish Refugees from France (by Generalisimo)
#  272001
#########################################################################
event = {
	id = 272001
	random = no
	country = ENG

	trigger = {
		control = { province = 527 data = GER } # the germans onws Paris 
		exists = VIC
		OR = {
			event = 432000
			event = 432001
			}
		}

	date = { day = 1 month = january year = 1936 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	name = CEVTNAME_272001
	desc = CEVTDESC_272001
	style = 0

	action_a = {
		name = CEVTACTA_272001
		command = { type = build_division which = bergsjaeger value = 0 }
		command = { type = manpowerpool value = 25 }
		}
}

####################################################################
#Polish army in the UK 
#by Halibutt & Copper Nicus
####################################################################

event = { 
	id = 272002
	random = no
	country = ENG
	
	# Triggered by ENG 272003  - the Soviets have a choice not to force the polish army to leave USSR
	trigger = {
		event = 272003
		random = 5 # added
	}

	name = CEVTNAME_272002
	desc = CEVTDESC_272002
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 # Should 1 year after ENG 272003
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 20 }
		command = { type = supplies value = -750 }
		command = { type = add_division which = motorized value = 1 } # artillery
		command = { type = add_division which = motorized value = 1 }
		command = { type = add_division which = armor  } #antiair
		command = { type = add_division which = fighter } 
		command = { type = add_division which = fighter }
		command = { type = trigger which = 222011 } #SOV, Poles escape, Soviets make their own polish army (Berling)
	}
}

####################################################################
# Polish army in the UK TRIGGER
# by Generalisimo
####################################################################

event = { 
	id = 272003
	random = no
	country = ENG
	
	# Triggered by SOV 222007 Sikorski- Mayski Agreement
	
	name = CEVTNAME_272003
	desc = CEVTDESC_272003
	style = 0

	action_a = {
		name = CEVTACTA_OK
		command = { } 
		}
}

#########################################################################
#  Ethiopian Demand for Italian East Africa
#  272004
#########################################################################
event = {
	id = 272004
	random = no
	country = ENG

	# triggered by 552011

	name = CEVTNAME_272004
	desc = CEVTDESC_272004
	style = 0

	action_a = {
		name = CEVTACTA_272004
		command = { type = trigger which = 552012 } #ETH
		}
	action_b = {
		name = CEVTACTB_272004
		command = { type = trigger which = 552013 } #ETH		
		}
	action_c = {
		name = CEVTACTC_272004
		command = { type = trigger which = 552014 } #ETH		
		}
}

#########################################################################
#  Ethiopian Response
#  272005 to 272006
#########################################################################
event = {
	id = 272005
	random = no
	country = ENG

	# triggered by 552011 B

	name = CEVTNAME_272005
	desc = CEVTDESC_272005
	style = 0

	action_a = {
		name = CEVTACTA_OK
		command = {  } #
		}
}

event = {
	id = 272006
	random = no
	country = ENG

	# triggered by 552011 A

	name = CEVTNAME_272006
	desc = CEVTDESC_272006
	style = 0

	action_a = {
		name = CEVTACTA_OK
		command = {  } #
		}
}



####################################################################
# ENG-Send military advisors and tech support to SPR
# by nachinus
####################################################################

event = {
	id = 272007 # 50113
	trigger = {
		atwar = no
		war = { country = SPA country = SPR }
		event = 3103 #SPR receives ENG supplies
		NOT = {
			OR = {
				alliance = { country = SOV country = SPR }
				alliance = { country = ENG country = SPA }
				alliance = { country = ENG country = SPR }
				}
			}
		}
	random = no
	country = ENG
	name = CEVTNAME_272007
	desc = CEVTDESC_272007
	style = 0

	date = { day = 23 month = december year = 1936 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = october year = 1939 }


	action_a = {
		name = CEVTACTA_272007
		command = { type = alignment which = fascist value = 1 }
		command = { type = influence value = -1 }
	}
	action_b = {
		name = CEVTACTB_272007
		command = { type = supplies value = -200 }
		command = { type = dissent value = -0.5 }
		command = { type = trigger which = 802007 } #SPR gets english advisors and tech support
	}
}

####################################################################
# ENG- Arrival Of Republican Refugees (by nachinus)
####################################################################

event = {
	id = 272008 # 50132
	trigger = {
		atwar = no
		NOT = {
			OR = {
				alliance = { country = ENG country = GER }
				alliance = { country = ENG country = SPA }
				alliance = { country = ENG country = ITA }
				exists = SPR
				}
			}
		}
	random = no
	country = ENG
	name = CEVTNAME_272008
	desc = CEVTDESC_272008
	style = 0

	date = { day = 18 month = july year = 1936 }
	offset = 7 # Check for trigger conditions every 7 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_272008
		command = { type = alignment which = communist value = -3 }
		command = { type = influence value = -1 }
		}
	action_b = {
		name = CEVTACTB_272008
		command = { type = dissent value = 2 }
		command = { type = manpowerpool value = 5 }
		command = { type = supplies value = -100 }
		command = { type = alignment which = fascist value = 1 }
	}
	action_c = {
		name = CEVTACTC_272008
		command = { type = alignment which = communist value = 2 }
		command = { type = dissent value = 2 }
		command = { type = influence value = 1 }
		command = { type = manpowerpool value = 10 }
		}
}

#########################################################
# France kicked out of europe
# by Generalisimo
#########################################################
event = {
	id = 272009
	trigger = {
		#atwar = no
		exists = VIC
		control = { province = 501 data = ENG } # Plymouth
		control = { province = 312 data = FRA } # Cayenne
	}
	random = no
	country = ENG
	name = CEVTNAME_272009
	desc = CEVTDESC_272009
	style = 0

	date = { day = 1 month = april year = 1936 }
	offset = 2 
	deathdate = { day = 30 month = october year = 1946 }

	action_a = {
		name = CEVTACTA_272009
		command = { type = influence value = 10 }
		command = { type = convoy which = 501 value = 312 when = 15 }
	}
	action_b = {
		name = CEVTACTB_272009
		command = { }
	}
}

#########################################################################
#  272015 - (ENG) Britain Decides To Intervene in Vichy Lebanon & Syria (modified by nachinus 6/8/04)
#########################################################################
event = {  
	id = 272015
	random = no
	country = ENG

	trigger = {
		random = 40
		exists = SYR
		war = { country = ENG  country = ITA }
		
		OR = {
			owned = { province = 1205 data = ENG } #Jerusalem
			control = { province = 1205 data = ENG } #Jerusalem
			}

		OR = {
		alliance = { country = VIC country = SYR }
		puppet = { country = SYR country = VIC }	
		}
	
		NOT = {
			OR = {
			alliance = { country = ENG country = SYR }
			war = { country = ENG country = EGY }
			war = { country = ENG country = SYR }
			}
		}
	}

	name = CEVTNAME_272015
	desc = CEVTDESC_272015
	style = 0

        date = { day = 1 month = april year = 1941 }
        offset = 15
        deathdate = { day = 29 month = december year = 1947 }
			
	action_a = { 
		name = CEVTACTA_272015
		command = { type = trigger which = 902099 } # SYR Reaction To British Demands
		command = { type = war which = VIC }
		command = { type = dissent value = -40 }
           }
	action_b = { 
		name = CEVTACTB_432052 
		command = { } #Do nothing
           }
}


#########################################################################
#  Britain Decides To Intervene in Vichy Lebanon & SYria : Vichy Refused!
#########################################################################
#event = {  
#	id = 272017
#	random = no
#	country = ENG
#
#	#Triggered By VIC432020 - Option B (Ahistorical)
#
#	name = CEVTNAME_272017
#	desc = CEVTDESC_272017
#	style = 0
#	
#			
#	action_a = { 
#		name = CEVTACTA_272017
#		# fight only the Vichy posessions, and not Vichy
#		#command = { type = war which = VIC } 
#		command = { type = war which = LEB } 
#		command = { type = war which = SYR } 
#		command = { type = trigger which = 432024 } # Vichy response to invasion of Lebanon & Syria
#           }
#
#	action_b = { 
#		name = CEVTACTB_272017
#                command = { type = dissent value = 2 }
# 		}
#
#}

#########################################################################
#  Lebanon returned to Free French Control after British Conquest (Britain annexed Lebanon)
#########################################################################
event = {  
	id = 272019
	random = no
	country = ENG


	trigger = {
		exists = VIC
		exists = FRA
		OR = {
			control = { province = 1273 data = ENG 	}
			control = { province = 1273 data = AST 	}
			control = { province = 1273 data = SAF 	}
			control = { province = 1273 data = NZL 	}
			control = { province = 1273 data = U06 	} #For British India if Added
		}
		NOT = {
			exists = LEB
			}
	}

	name = CEVTNAME_272019
	desc = CEVTDESC_272019
	style = 0

        date = { day = 1 month = september year = 1940 }
        offset = 3
        deathdate = { day = 30 month = december year = 1944 }
		
	action_a = { 
		name = CEVTACTA_272019
		command = { type = independence which = LEB value = 1 }
		command = { type = influence value = 5 }
		command = { type = trigger which = 902017 } #Lebanon reestablished as Free French-controlled : Lebanon event
		command = { type = trigger which = 432026 } #Lebanon reestablished as Free French-controlled : France event
                   }
 	action_b = { 
		name = CEVTACTB_272019
		command = { type = inherit which = LEB }
	}
}

#########################################################################
#  Syria returned to Free French Control after British Conquest (Britain annexed Syria)
#########################################################################
event = {  
	id = 272020
	random = no
	country = ENG


	trigger = {
		exists = VIC
		exists = FRA
		OR = {
			control = { province = 1274 data = ENG 	}
			control = { province = 1274 data = AST 	}
			control = { province = 1274 data = SAF 	}
			control = { province = 1274 data = NZL 	}
			control = { province = 1274 data = U06 	} #For British India if Added
		NOT = {
			exists = SYR
			}
		}
	}

	name = CEVTNAME_272020
	desc = CEVTDESC_272020
	style = 0
	

        date = { day = 1 month = september year = 1940 }
        offset = 3
        deathdate = { day = 30 month = december year = 1944 }
	
			
	action_a = { 
		name = CEVTACTA_272020
		command = { type = independence which = SYR value = 1 }
		command = { type = influence value = 5 }
		command = { type = trigger which = 902018 } #Syria reestablished as Free French-controlled
		command = { type = trigger which = 432027 } #Syria reestablished as Free French-controlled
           }

	action_b = { 
		name = CEVTACTB_272020
		command = { type = inherit which = SYR }
	}

}


###########################################################
# Military credit from UK to Poland
# by Copper Nicus
###########################################################

event = { 

id = 272021
random = no
country = ENG

trigger = {
		event = 3401 # UK Guarantees Independence to Poland
		alliance = { country = POL country = ENG }
		atwar = no
		random = 80
	}
	
	name = CEVTNAME_272021
	desc = CEVTDESC_272021

	style = 0

	date = { day = 1 month = march year = 1939 }
	offset = 15 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = CEVTACTA_272021
		command = { type = supplies value = -500 }
		command = { type = trigger which = 702035 } # POL waits for shipment
	}
	action_b = {
		name = CEVTACTB_272021
		command = { type = trigger which = 702036 } # POL reacts
	}
}

##################################################################################
# 272022 ENG - Chamberlains Government Crisis (by nachinus)
##################################################################################

event = {
	id = 272022
	trigger = {
		OR = {
			headofgovernment = 1011 # Neville Chamberlain
			headofgovernment = 1056 # Neville Chamberlain
			}
		event = 2003 #Sudetenland to GER with Chamberlains approval
		control = { province = 664 data = GER } # Oslo
		control = { province = 550 data = GER } # Amsterdam
		war = { country = ENG country = GER }
		NOT = {
			OR = { # none of this must happen
				alliance = { country = ENG country = ITA }
				war = { country = SOV country = GER }
				alliance = { country = ENG country = USA }
				exists = NOR
				exists = POL
				exists = CZE #Czecoslovaquia annexed after Munich treaty: Hitler fools Chamberlain
				}
			}
	}
	random = no
	country = ENG
	name = CEVTNAME_272022
	desc = CEVTDESC_272022
	style = 0

	date = { day = 1 month = january year = 1940 }
	offset = 15 # Check for trigger conditions every 15 days
	deathdate = { day = 30 month = december year = 1941 }

	action_a = {
		name = CEVTACTA_272022
		command = { type = headofgovernment which = 1057 } # Winston Churchill
		command = { type = alignment which = communist value = -5 }
		command = { type = influence value = 10 }
		command = { type = dissent value = -4 }
		}
	action_b = {
		name = CEVTACTB_272022
		command = { type = headofgovernment which = 1058 } # Lord Halifax
		command = { type = influence value = 5 }
		}
	action_c = {
		name = CEVTACTC_272022
		command = { type = dissent value = 4 }
		command = { type = influence value = -2 }
		}
}

##################################################
# 272025 ENG - Indian Congress demands to negotiate independence to continue fighting
# by nachinus
##################################################

event = {
id = 272025
trigger = {
	random = 75
	government = democratic
	war = { country = ENG country = JAP }
	war = { country = USA country = JAP }
	war = { country = CHI country = JAP } #Another Asian country is fighting against Japan
	###Critical provs because:they have +3 IC, are in borders or have beaches (possible invasion points)
	control = { province = 1459 data = ENG } #Bombay 
	control = { province = 1446 data = ENG } #Delhi 
	control = { province = 1490 data = ENG } #Calcutta
	control = { province = 1594 data = ENG } #Prome
	control = { province = 1450 data = ENG } #Hyderabad
	control = { province = 1468 data = ENG } #Madras
	control = { province = 1451 data = ENG } #Rajkot
	control = { province = 1434 data = ENG } #Gilgit
	control = { province = 1583 data = ENG } #Amili
	control = { province = 1438 data = ENG } #Srinagar
	control = { province = 1448 data = ENG } #Quetta
	control = { province = 1417 data = ENG } #Karachi
	control = { province = 1592 data = ENG } #Chittagong
	control = { province = 1584 data = ENG } #Imphal

	NOT = {
		OR = {	# none of this must happen
			exists = IND
			alliance = { country = ENG country = GER }
			event = 3406 #independence of India
			control = { province = 1580 data = ENG } #Myitkyina
			control = { province = 1588 data = ENG } #Mandalay
			control = { province = 1590 data = ENG } #Rangoon
			}
		}
	} 
random = no
country = ENG
name = CEVTNAME_272025
desc = CEVTDESC_272025
style = 0

date = { day = 10 month = april year = 1942 } 
offset = 30 # Check for trigger conditions every 30 days
deathdate = { day = 1 month = december year = 1947 } 

action_a = {
	name = CEVTACTA_272025
	command = { type = dissent value = 6 } 
	command = { type = industry which = 1459 value = -1 } #Riots in Bombay
	command = { type = industry which = 1446 value = -1 } #Riots in Delhi
	command = { type = industry which = 1490 value = -1 } #Riots in Calcutta
	command = { type = manpowerpool value = -5 } #Lots of political prisioners
	command = { type = sleepevent which = 272026 }
	command = { type = influence value = -2 }
	}
action_b = {
	name = CEVTACTB_272025
	command = { type = dissent value = 3 }
	}
} 

#####################################################
# 272026 ENG - The Independence of India (compemantary to the original HoI event, it does NOT substitute it)
# by nachinus
##################################################

event = { 
id = 272026
random = no
country = ENG

trigger = {
	random = 30 # 30% chance every 2 months
	event = 272025
	government = democratic
	war = { country = ENG country = JAP }
	exists = CHI
	###Critical provs because:they have +3 IC, are in borders or have beaches (possible invasion points)
	control = { province = 1459 data = ENG } #Bombay 
	control = { province = 1446 data = ENG } #Delhi 
	control = { province = 1490 data = ENG } #Calcutta
	control = { province = 1594 data = ENG } #Prome
	control = { province = 1450 data = ENG } #Hyderabad
	control = { province = 1468 data = ENG } #Madras
	control = { province = 1451 data = ENG } #Rajkot
	control = { province = 1434 data = ENG } #Gilgit
	control = { province = 1583 data = ENG } #Amili
	control = { province = 1438 data = ENG } #Srinagar
	control = { province = 1448 data = ENG } #Quetta
	control = { province = 1417 data = ENG } #Karachi
	control = { province = 1592 data = ENG } #Chittagong
	control = { province = 1584 data = ENG } #Imphal
	NOT = {
		exists = IND
		}
	}

name = CEVTNAME_272026
desc = CEVTDESC_272026
style = 0

date = { day = 5 month = november year = 1942 }
offset = 60
deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = CEVTACTA_272026
	command = { type = independence which = IND value = 1 }
	command = { type = trigger which = 1102002 } 
	}
action_b = {
	name = CEVTACTB_272026
	command = { type = dissent value = 15 }
	}
}

#####################################################
# 272027 ENG - India, an independent and allied nation 
# by nachinus
##################################################

event = { 
id = 272027
random = no
country = ENG

#Triggered by IND 1102002

name = CEVTNAME_272027
desc = CEVTDESC_272027
style = 0


action_a = {
	name = CEVTACTA_272027
	command = { type = access which = IND }
	}
}

#####################################################
# 272028 ENG - The Independence of Burma
# by nachinus
##################################################

event = { 
id = 272028
random = no
country = ENG

trigger = {
	random = 25 # 25% chance every 2 months
	government = democratic
	exists = IND
	control = { province = 1590 data = ENG } #Rangoon
	control = { province = 1588 data = ENG } 
	control = { province = 1745 data = ENG } 
	control = { province = 1589 data = ENG } 
	control = { province = 1594 data = ENG } 
	control = { province = 1599 data = ENG } 
	control = { province = 1593 data = ENG } 
	control = { province = 1580 data = ENG } 
	control = { province = 1587 data = ENG } 
	NOT = {
		OR = {
			war = { country = ENG country = JAP }
			war = { country = ENG country = SIA }
			}
	}
}

name = CEVTNAME_272028
desc = CEVTDESC_272028
style = 0

date = { day = 3 month = january year = 1943 }
offset = 60
deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = CEVTACTA_272028
	command = { type = independence which = BUR value = 1 } 
	command = { type = trigger which = 1102003 } 
	} 
action_b = {
	name = CEVTACTB_272028
	command = { type = dissent value = 10 }
	}
}

###################################################################
# 272029 - (ENG) Demand of ex-german colonies (by SykoNurse)
###################################################################

event = {
	id = 272029
	random = no
	country = ENG

	# triggered by GER 172077

	name = CEVTNAME_272029
	desc = CEVTDESC_272029
	style = 0

	action_a = {
		name = CEVTACTA_272029
		command = {  } 
		}
}

###################################################################
# 272030 - (ENG) Return of former colonies (by SykoNurse)
###################################################################

event = { 
	id = 272030
	random = no
	country = ENG

	trigger = {
		ispuppet = VIC
		ispuppet = ENG
		NOT = {
			exists = FRA 
			}
		event = 272029 # GER demanded ENG land
		}

	name = CEVTNAME_272030
	desc = CEVTDESC_272030
	style = 0

	date = { day = 30 month = january year = 1939 } 
	offset = 10 # not automatically
	deathdate = { day = 30 month = december year = 1947 }

	action_a = { 
		name = CEVTACTA_OK
		command = { type = secedeprovince which = GER value = 37   }	#Lindi
		command = { type = secedeprovince which = GER value = 1311 }	#Tabora
		command = { type = secedeprovince which = GER value = 1309 }	#Dar es Salaam
		command = { type = secedeprovince which = GER value = 1063 }	#Lagos
		command = { type = secedeprovince which = GER value = 1067 }	#Ogbomosho
		command = { type = secedeprovince which = GER value = 1066 }	#Sokoto
		command = { type = secedeprovince which = GER value = 1069 }	#Kaduna
		command = { type = secedeprovince which = GER value = 1070 }	#Kano
		command = { type = secedeprovince which = GER value = 1068 }	#Maiduguri
		command = { type = secedeprovince which = GER value = 1065 }	#Port Harcourt
		command = { type = secedeprovince which = GER value = 1304 }	#Entebbe
		command = { type = secedeprovince which = GER value = 1307 }	#Nairobi
		command = { type = secedeprovince which = GER value = 1306 }	#Mombasa
		command = { type = secedeprovince which = GER value = 1183 }	#Abercorn
		command = { type = secedeprovince which = GER value = 38 }	#Blantyre
		command = { type = secedeprovince which = GER value = 1145 }	#Ndola
		command = { type = secedeprovince which = GER value = 1144 }	#Mongu
		command = { type = secedeprovince which = GER value = 1146 }	#Lusaka
		command = { type = secedeprovince which = GER value = 1181 }	#Salisbury
		command = { type = secedeprovince which = GER value = 1180 }	#Bulawayo
		command = { type = secedeprovince which = GER value = 1147 }	#Maun
		command = { type = secedeprovince which = GER value = 1310 }	#Zanzibar
		command = { type = secedeprovince which = GER value = 1331 }	#Mauritius
		command = { type = secedeprovince which = GER value = 1332 }	#Seychelles
		}
}

####################################################################
# 272031 - (ENG) Haile Selassie I. has left the country (by SykoNurse) 
####################################################################

event = { 
	id = 272031 
	random = no
	country = ENG

	trigger = {
		NOT = {
			exists = ETH 
			}
		random = 75
		control = { province = 1295 data = ITA } # Addis Abeba
		}

	name = CEVTNAME_272031
	desc = CEVTDESC_272031
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 5
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_OK
		command = { }		
		}
}



############################################
#Events for Ireland
#By Jraup
#with assistance from Steel and Genralisimo
############################################

########################################################
# 272032 - Irish Volunteers for Britain (by JRaup)
########################################################

event = {
	id = 272032
	random = yes # this event can trigger more than once
	country = ENG
	trigger = {
		random = 50
		war = { country = ENG country = GER }
		control = { province = 527 data = GER }
		control = { province = 552 data = GER }
		control = { province = 550 data = GER }
		NOT = {
			OR = {
				atwar = IRE
				war = { country = USA country = GER }
				alliance = { country = IRE country = GER }
				alliance = { country = IRE country = ENG }
				}
			}
		}

	date = { day = 1 month = october year = 1938 }
	offset = 120
	deathdate = { day = 30 month = december year = 1947 } 
	
	name = CEVTNAME_272032
	desc = CEVTDESC_272032
	style = 0
	
	action_a = {
		name = CEVTACTA_272032
		command = { type = manpowerpool value = 7 }
		command = { type = dissent value = -1 }
		command = { type = influence value = 3 }
		command = { type = trigger which = 272034 } # IRE
		}
}


################################################
# 272033 - Irish Workers to Britain (by JRaup)
################################################

event = {
	id = 272033
	random = no
	country = ENG
	trigger = {
		random = 50
		war = { country = ENG country = GER }
		control = { province = 527 data = GER }
		control = { province = 552 data = GER }
		control = { province = 550 data = GER }
		NOT = {
			OR = {
				atwar = IRE
				war = { country = USA country = GER }
				alliance = { country = IRE country = GER }
				alliance = { country = IRE country = ENG }
				}
			}
		}

	name = CEVTNAME_272033
	desc = CEVTDESC_272033
	style = 0
	
	date = { day = 1 month = october year = 1938 }
	offset = 20
	deathdate = { day = 30 month = december year = 1947 } 
	
	action_a = {
		name = CEVTACTA_272033
		command = { type = industry which = 493 value = 1 } #Belfast
		command = { type = industry which = 488 value = 1 } #Newcastle
		command = { type = industry which = 489 value = 1 } #Manchester
		command = { type = trigger which = 272066 }
		command = { type = dissent value = -5 }
		}

}


###############################################
# 272034 - (IRE) Irish Volunteers for Britain (by JRaup)
###############################################

event = {
	id = 272034
	random = no
	country = IRE

	# triggered by ENG 272032
	
	name = CEVTNAME_272034
	desc = CEVTDESC_272034
	style = 0
	
	action_a = {
		name = CEVTACTA_272034
		command = { type = manpowerpool value = -7 }
		command = { type = influence value = 3 }
		command = { type = dissent value = -2 }
		command = { type = warentry value = -5 }
		}

}

#####################################################
# 272035 - Gaining Allied Access To Persia : UK Decision To Act (by OHgamer) 
###############################################
event = { 
            id = 272035
            random = no
            country = ENG
 
            trigger = {
			exists = PER
                        war = { country = GER country = ENG }
                        war = { country = GER country = SOV }
                                    NOT = {
					war = { country = ENG country = SOV }
					atwar = PER
                                                } 
                        }

            name = CEVTNAME_272035
            desc = CEVTDESC_272035
            style = 0 
 
            date = { day = 1 month = january year = 1940 } 
            offset = 60
            deathdate = { day = 29 month = december year = 1945 }
 
            action_a = {
                        name = CEVTACTA_272035
                        command = { type = trigger which = 222022 }
			command = { type = sleepevent which = 902042 } # Allies establish Dominance over Persia
                        }
 
            action_b = { 
                        name = CEVTACTB_272035
                        command = { }
                        }
}

##########################################################
# 272036 - Gaining Allied Access To Persia : Soviets will not help out (by OHgamer)
##########################################################
event = { 
            id = 272036
            random = no
            country = ENG

            #triggered by SOV 222022 B

            name = CEVTNAME_272036
            desc = CEVTDESC_272036
            style = 0 
 
            action_a = {
                        name = CEVTACTA_272036
                        command = { }
                        }
 
            action_b = { 
                        name = CEVTACTB_272036
                        command = { type = trigger which = 902040 }
                        }
}

##########################################################
# 272037 - Gaining Allied Access To Persia : Persia rejects Allied Demands (by OHgamer)
##########################################################
event = { 
            id = 272037
            random = no
            country = ENG

            #triggered by SOV 902040 A 
 
            name = CEVTNAME_272037
            desc = CEVTDESC_272037
            style = 0 

            action_a = {
                        name = CEVTACTA_272037
                        command = { type = war which = PER }
                        command = { type = trigger which = 222023 }
			command = { type = dissent value = -37 } # some people are angry (war gives you +40)
                        }

            action_b = { 
                        name = CEVTACTB_272037
                        command = { }
                        }
}


##########################################################
# 272038 - Restoring Persia's Terrirotial Integrity : British (by OHgamer)
##########################################################
event = { 
            id = 272038
            random = no
            country = ENG

            #triggered by PER902042

            name = CEVTNAME_272038
            desc = CEVTDESC_272038
            style = 0 

            action_a = {
                        name = CEVTACTA_272038
                        command = { type = secedeprovince which = PER value = 1358 }
                        command = { type = secedeprovince which = PER value = 1362 }
                        command = { type = secedeprovince which = PER value = 1357 }
                        command = { type = secedeprovince which = PER value = 1350 }
                        command = { type = secedeprovince which = PER value = 1413 }
                        command = { type = secedeprovince which = PER value = 1407 }
                        command = { type = secedeprovince which = PER value = 1410 }
                        command = { type = secedeprovince which = PER value = 1412 }
                        command = { type = secedeprovince which = PER value = 1361 }
                        command = { type = secedeprovince which = PER value = 1411 }
                        command = { type = secedeprovince which = PER value = 1364 }
                        command = { type = secedeprovince which = PER value = 1406 }
                        command = { type = secedeprovince which = PER value = 1356 }
                        command = { type = secedeprovince which = PER value = 1363 }
                        command = { type = secedeprovince which = PER value = 1414 }
                        command = { type = make_puppet which = PER } # TESTING
			command = { type = dissent value = -3 } # to finish clearing the dissent hit of war
                        }

            action_b = { 
                        name = CEVTACTB_272038
                        command = { type = influence value = -20 }
			command = { type = dissent value = 3 } # some people are angry
                        }
}

#################################
# 272039 - (IRE) Outlaw the IRA (by JRaup)
#################################

event = {

	id = 272039
	random = no
	country = IRE

	trigger = {
		OR = {
			headofgovernment = 25002 # Eamon de Valera - start
			headofgovernment = 25011 # Eamon de Valera - 38
			headofgovernment = 25021 # Eamon de Valera - 42
			headofgovernment = 25031 # Eamon de Valera - 46
			}
		random = 60 # so it doesn't trigger on 1 of june every time ;)
		event = 272064
		}

	name = CEVTNAME_272039
	desc = CEVTDESC_272039
	style = 0
	
	date = { day = 1 month = june year = 1936 }
	offset = 15
	deathdate = { day = 30 month = december year = 1936 } 

	action_a = {
		name = CEVTACTA_272039
		command = { type = dissent value = 3 }
		command = { type = influence value = 1 }
		command = { type = alignment which = democratic value = -10 }
		}

	action_b = {
		name = CEVTACTB_272039
		command = { type = influence value = -2 }   
		command = { type = dissent value = 1 }
		command = { type = alignment which = democratic value = 10 }
		}
}


##################################################
# 272040 - (IRE) Irish Declaration of Neutrality (by JRaup)
##################################################

event = {
	id = 272040
	random = no
	country = IRE
	trigger = {
		war = { country = ENG country = GER }
		NOT = {
			OR = {
				alliance = { country = IRE country = GER }
				alliance = { country = IRE country = ENG }
				atwar = IRE 
				}
			}
		}

	name = CEVTNAME_272040
	desc = CEVTDESC_272040
	style = 0

	date = { day = 1 month = october year = 1938 }
	offset = 3
	deathdate = { day = 30 month = december year = 1944 } 

	action_a = {
		name = CEVTACTA_272040
		command = { type = dissent value = -5 }
		command = { type = influence value = 4 }
		command = { type = warentry value = -40 }
		}

	action_b = {
		name = CEVTACTB_272040
		command = { type = dissent value = 5 }
		command = { type = influence value = 2 }
		command = { type = warentry value = -10 }  
		}
}

##########################################
# 272041 - (IRE) End of the Economic War (by JRaup)
##########################################

event = {
	id = 272041
	random = no
	country = IRE
	trigger = {
		OR = {
			headofgovernment = 25002 # Eamon de Valera - start
			headofgovernment = 25011 # Eamon de Valera - 38
			headofgovernment = 25021 # Eamon de Valera - 42
			headofgovernment = 25031 # Eamon de Valera - 46
			}
		random = 75
		}

	name = CEVTNAME_272041
	desc = CEVTDESC_272041
	style = 0
	
	date = { day = 1 month = april year = 1938 }  
	offset = 1
	deathdate = { day = 30 month = december year = 1939 }  

	action_a = {
		name = CEVTACTA_272041
		command = { type = dissent value = -5 }
		command = { type = oilpool value = 1000 }
		command = { type = rubberpool value = 500 }
		command = { type = steelpool value = 500 }
		command = { type = coalpool value = 500 }
		command = { type = trigger which = 272042 }
		command = { type = sleepevent which = 272043 } # End of the Economic war, Refuses
		}


	action_b = {
		name = CEVTACTB_272041
		command = { type = dissent value = 5 }
		command = { type = alignment which = democratic value = -10 }
		command = { type = trigger which = 272043 }
		command = { type = sleepevent which = 272042 } # End of the Economic War Agrees
		}

}


##############################################
# 272042 - End of the Economic War, Agrees (by JRaup)
##############################################

event = {
	id = 272042
	random = no
	country = ENG

	# triggered by IRE 272041 A

	name = CEVTNAME_272042
	desc = CEVTDESC_272042
	style = 0

	action_a = {
		name = CEVTACTA_272042
		command = { type = dissent value = -5 }
		command = { type = supplies value = 1500 }
		command = { type = influence value = -2 }
		command = { type = coalpool value = 500 }
		}


}

##############################################
# 272043 - End of the Economic war, Refuses (by JRaup)
##############################################

event = {
	id = 272043
	random = no
	country = ENG

	# triggered by IRE 272041 B

	name = CEVTNAME_272043
	desc = CEVTDESC_272043
	style = 0
	
	action_a = {
		name = CEVTACTA_272043
		command = { type = dissent value = 5 }
		command = { type = influence value = -2 }
		command = { type = warentry value = 5 }
		}
}

###############################################################
# 272044 - Royal Navy asks for use of the Treaty Ports (by JRaup)
###############################################################

event = {
	id = 272044
	random = no
	country = ENG
	trigger = {
		war = { country = ENG country = GER }
		}

	name = CEVTNAME_272044
	desc = CEVTDESC_272044
	style = 0

	date = { day = 1 month = october year = 1938 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_272044
		command = { type = trigger which = 272045 } #Irish Response
		}

	action_b = {
		name = CEVTACTB_272044
		command = { type = sleepevent which = 272059 } #Offer to USA
		command = { type = sleepevent which = 272065 } #Ulster Offer
		}

	action_c = {
		name = CEVTACTC_272044
		command = { type = war which = IRE }
		command = { type = trigger which = 272049 }  #New Irish War
		command = { type = dissent value = 10 }
		command = { type = sleepevent which = 272059 } #Eire offer to USA
		command = { type = sleepevent which = 272065 } #Ulster Offer
		}
}

#########################################################
# 272045 - (IRE) Irish Response to Treaty Port Request (by JRaup)
#########################################################

event = {
	id = 272045
	random = no
	country = IRE

	# triggered by ENG 272044 A
	
	name = CEVTNAME_272045
	desc = CEVTDESC_272045
	style = 0

	
	action_a = {
		name = CEVTACTA_272045
		command = { type = dissent value = -1 }
		command = { type = warentry value = -20 }
		command = { type = influence value = 5 }
		command = { type = trigger which = 272046 }  #British Response 1
		}

	action_b = {
		name = CEVTACTB_272045
		command = { type = dissent value = 10 }
		command = { type = access which = ENG }
		command = { type = warentry value = 10 }
		command = { type = sleepevent which = 272059 } #Offer to USA
		command = { type = trigger which = 272048 } #British repsonse 2
		command = { type = sleepevent which = 272065 } # Ulster Offer
		}
}

######################################################
# 272046 - Eire refuses access to Treaty Ports (by JRaup)
######################################################

event = {
	id = 272046
	random = no
	country = ENG

	# triggered by 272045 A

	name = CEVTNAME_272046
	desc = CEVTDESC_272046
	style = 0
	
	action_a = {
		name = CEVTACTA_272046
		command = { }
		}

	action_b = {
		name = CEVTACTB_272046
		command = { type = sleepevent which = 272065 } #Ulster Offer
		}

	action_c = {
		name = CEVTACTC_272044
		command = { type = war which = IRE }
		command = { type = trigger which = 272049 } #New Irish War
		command = { type = sleepevent which = 272059 } #Eire offer to USA
		command = { type = sleepevent which = 272065 } #Ulster Offer
		}
}

###########################################################
# 272047 - (IRE) Eire response to Ulster Offer (by JRaup)
###########################################################

event = {
	id = 272047
	random = no
	country = IRE

	# triggered by ENG 272065 A

	name = CEVTNAME_272047
	desc = CEVTDESC_272047
	style = 0

	action_a = {
		name = CEVTACTA_272047
		command = { type = dissent value = 3 }
		command = { type = warentry value = -10 }
		command = { type = trigger which = 272056 } #Last British Options
		}

	action_b = {
		name = CEVTACTB_272047
		command = { type = dissent value = 10 }
		command = { type = warentry value = 10 }
		command = { type = trigger which = 272057 } #Britain cedes Ulster
		command = { type = sleepevent which = 272059 } #Eire offer to USA
		command = { type = alliance which = ENG }
		}
}

#############################################
# 272048 - Eire grants British request (by JRaup)
#############################################

event = {
	id = 272048
	random = no
	country = ENG

	# triggered by IRE 272045 B

	name = CEVTNAME_272048
	desc = CEVTDESC_272048
	style = 0

	action_a = {
		name = CEVTACTA_272048
		command = { type = dissent value = -5 }
			}
}

##########################################
# 272049 - (IRE) New Irish war (by JRaup)
##########################################

event = {
	id = 272049
	random = no
	country = IRE

	# triggered by ENG 272044 C
	# OR ENG 272065 C

	name = CEVTNAME_272049
	desc = CEVTDESC_272049
	style = 0

	action_a = {
		name = CEVTACTA_272049
		command = { type = dissent value = 10 }
		command = { type = add_division which = militia value = 0 }
		command = { type = add_division which = militia value = 0 }
		command = { type = add_division which = militia value = 0 }
		command = { type = trigger which = 272050 } #NIW-UK
		}

	action_b = { 
		name = CEVTACTB_272049
		command = { type = dissent value = 20 }
		command = { type = trigger which = 272054 } #Eire capitulates
		}
}


##########################################
# 272050 - New Irish war (by JRaup)
##########################################

event = {
	id = 272050
	random = no
	country = ENG

	# triggered by IRE 272049 A

	name = CEVTNAME_272050
	desc = CEVTDESC_272050
	style = 0

	action_a = {
		name = CEVTACTA_272050
		command = { type = trigger which = 272051 } #Negotiate
		}
	action_b = {
		name = CEVTACTB_272050
		command = { type = alignment which = democratic value = -15 }
		}
}


###########################################################
# 272051 - (IRE) Negotiations to end conflict (by JRaup)
###########################################################

event = {
	id = 272051
	random = no
	country = IRE


	# triggered by ENG 272050 A

	name = CEVTNAME_272051
	desc = CEVTDESC_272051
	style = 0
	
	action_a = {
		name = CEVTACTA_272051
		command = { type = dissent value = -10 }
		command = { type = trigger which = 272052 } #The last British offer
		}

	action_b = {
		name = CEVTACTB_272051
		command = { }
		}
}

#######################################
# 272052 - Peace or War (by JRaup) 
#######################################

event = {
	id = 272052
	random = no
	country = ENG

	# triggered by IRE 272051 A

	name = CEVTNAME_272052
	desc = CEVTDESC_272052
	style = 0

	action_a = {
		name = CEVTACTA_272052
		command = { type = dissent value = -10 }
		command = { type = trigger which = 272053 } #Last Irish repsonse
		}

	action_b = {
		name = CEVTACTB_272052
		command = { type = dissent value = -5 }
		}
}

########################################
# 272053 - (IRE) Last Irish Repsonse (by JRaup)
########################################

event = {
	id = 272053
	random = no
	country = IRE

	# triggered by ENG 272052 A

	name = CEVTNAME_272053
	desc = CEVTDESC_272053
	style = 0

	action_a = {
		name = CEVTACTA_272053
		command = { type = dissent value = -2 }
		}

	action_b = {
		name = CEVTACTB_272053
		command = { type = dissent value = -5 }
		command = { type = access which = ENG }
		command = { type = leave_alliance } # in case they are axis
		command = { type = trigger which = 272054 } #Eire capitulates
		}
}

############################################
# 272054 - Eire capitulates (by JRaup)
############################################

event = {
	id = 272054
	random = no
	country = ENG

	# triggered by IRE 272049 A 
	# OR IRE 272055 
	# OR IRE 272053 B

	name = CEVTNAME_272054
	desc = CEVTDESC_272054
	style = 0 
	
	action_a = {
		name = CEVTACTA_272054
		command = { type = make_puppet which = IRE }
		command = { type = dissent value = -40 }
		command = { type = peace which = IRE value = 0 }
		}

	action_b = {
		name = CEVTACTB_272054
		command = { type = inherit which = IRE }
		command = { type = addcore which = 495 } #Dublin
		command = { type = addcore which = 496 } #Cork
		command = { type = addcore which = 494 } #Limerick
		command = { type = addcore which = 492 } #Galway
		command = { type = dissent value = -20 }
		}
}

################################################
# 272055 - (IRE) Eire Surrenders (by JRaup)
################################################

event = {
	id = 272055
	random = no
	country = IRE

	trigger = {
		war = { country = IRE country = ENG }
		control = { province = 495 data = ENG }
		}
	
	name = CEVTNAME_272055
	desc = CEVTDESC_272055
	style = 0

	action_a = {
		name = CEVTACTA_272055
		command = { type = trigger which = 272054 } #Eire capitulates
		command = { type = leave_alliance } # in case they are axis
		}
}

######################################
# 272056 - Last Options for UK (by JRaup)
######################################

event = {
	id = 272056
	random = no
	country = ENG

	# IRE 272047 A	

	name = CEVTNAME_272056
	desc = CEVTDESC_272056
	style = 0

	action_a = {
		name = CEVTACTA_272056
		command = { }
		}

	action_b = {
		name = CEVTACTB_272056
		command = { type = war which = IRE }
		command = { type = trigger which = 272049 } #New Irish War
		command = { type = sleepevent which = 272059 } #Eire offer to USA
		}
}

########################################
# 272057 - The Ulster Transfer (by JRaup)
########################################

event = {
	id = 272057
	random = no
	country = ENG

	# EIR 272047 B
	
	name = CEVTNAME_272057
	desc = CEVTDESC_272057
	style = 0

	action_a = {
		name = CEVTACTA_272057
		command = { type = secedeprovince which = IRE value = 493 }
		command = { type = removecore which = 493 }
		command = { type = dissent value = 5 }
		command = { type = oilpool value = -100 }
		command = { type = steelpool value = -500 }
		command = { type = coalpool value = -250 }
		command = { type = rubberpool value = -100 }
		command = { type = supplies value = 500 }
		command = { type = trigger which = 272058 } #Ireland united
		}
}

######################################
# 272058 - (IRE) Ireland United (by JRaup)
######################################

event = {
	id = 272058
	random = no
	country = IRE
	
	# triggered by ENG 272057

	name = CEVTNAME_272058
	desc = CEVTDESC_272058
	style = 0

	action_a = {
		name = CEVTACTA_272058
		command = { type = dissent value = 5 }
		command = { type = industry which = 493 value = -1 }
		command = { type = oilpool value = 100 }
		command = { type = steelpool value = 500 }
		command = { type = coalpool value = 250 }
		command = { type = rubberpool value = 100 }
		command = { type = supplies value = -500 }
		}
}

##################################################
# 272059 - (IRE) Eire offers Ports to USA (by JRaup)
##################################################


event = {
	id = 272059
	random = no
	country = IRE

	# triggered by 272045 B

	name = CEVTNAME_272059
	desc = CEVTDESC_272059
	style = 0

	date = { day = 1 month = march year = 1942 }
	offset = 15
	deathdate = { day = 30 month = december year = 1945 }

	action_a = {
		name = CEVTACTA_272059
		command = { type = trigger which = 322035 } #US repsonse
		}

	action_b = {
		name = CEVTACTB_272059
		command = { }
		}
}

#############################################################
# 272061 - British Response to US consultation (by JRaup)
#############################################################

event = {
	id = 272061
	random = no
	country = ENG

	# triggered by USA 322035 A

	name = CEVTNAME_272061
	desc = CEVTDESC_272061
	style = 0
	
	action_a = {
		name = CEVTACTA_272061
		command = { type = dissent value = -5 }
		}

	action_b = {
		name = CEVTACTB_272061
		command = { type = trigger which = 272062 } #Eire ports open to USA
		}
}

################################################
# 272062 - (IRE) Eire opens ports to USA (by JRaup)
################################################

event = {
	id = 272062
	random = no
	country = IRE

	# triggered by USA 322035 B

	name = CEVTNAME_272062
	desc = CEVTDESC_272062
	style = 0
	
	action_a = {
		name = CEVTACTA_272062
		command = { type = dissent value = 5 }
		command = { type = oilpool value = 500 }
		command = { type = supplies value = -100 }
		command = { type = access which = USA }
		command = { type = influence value = 2 }
		}
}

#################################################
# 272063 - IRA Bombing Campaign 1939-40 (by JRaup)
#################################################

event = {
	id = 272063
	random = no
	country = ENG
	trigger = {
		random = 40
		NOT = {
			atwar = IRE
			atwar = ENG
			}
		}

	name = CEVTNAME_272063
	desc = CEVTDESC_272063
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 15
	deathdate = { day = 30 month = march year = 1940 }

	action_a = {
		name = CEVTACTA_272063
		command = { type = supplies value = -100 }
		command = { type = dissent value = 2 }
		command = { type = infrastructure which = 498 value = -5 }
		}
}

#############################################
# 272064 - IRA Border campaign 1936 (by JRaup)
#############################################

event = {
	id = 272064
	random = no
	country = ENG
	trigger = {
		random = 40
		NOT = {
			garrison = { country = ENG province = 493 size = 1 }
			}
		}

	name = CEVTNAME_272064
	desc = CEVTDESC_272064
	style = 0
	
	date = { day = 1 month = february year = 1936 }
	offset = 20
	deathdate = { day = 30 month = january year = 1937 }

	action_a = {
		name = CEVTACTA_272064
		command = { type = dissent value = 2 }
		command = { type = infrastructure which = 493 value = -10 }
		command = { type = supplies value = -50 }
		}
}

###############################################
# 272065 - UK Offers Ulster for Ports (by JRaup)
###############################################

event = {
	id = 272065
	random = no
	country = ENG
	trigger = {
		war = { country = ENG country = GER }
		NOT = {
			OR = {
				war = { country = IRE country = ENG }
				war = { country = IRE country = GER }
				atwar = IRE
				alliance = { country = IRE country = ENG }
				alliance = { country = IRE country = GER }
				}
			}
		}

	name = CEVTNAME_272065
	desc = CEVTDESC_272065
	style = 0

	date = { day = 1 month = march year = 1941 }
	offset = 15
	deathdate = { day = 30 month = february year = 1942 }

	
	action_a = {
		name = CEVTACTA_272065
		command = { type = trigger which = 272047 } #Eire response to Ulster Offer
		}

	action_b = {
		name = CEVTACTB_272065
		command = { type = sleepevent which = 272059 } #Eire offer to US
		}

	action_c = {
		name = CEVTACTC_272044
		command = { type = war which = IRE }
		command = { type = dissent value = 10 }
		command = { type = trigger which = 272049 } #New Irish War
		command = { type = sleepevent which = 272059 } #Eire offer to USA
		}
}

###########################################
# 272066 - (IRE) Irish Workers to Britain (by JRaup)
###########################################

event = {
	id = 272066
	random = no
	country = IRE
	
	#triggered by ENG 272033 

	name = CEVTNAME_272066
	desc = CEVTDESC_272066
	style = 0
	
	action_a = {
		name = CEVTACTA_272066
		command = { type = manpowerpool value = -10 }
		command = { type = dissent value = -1 }
		command = { type = warentry value = -5 }
		}
}

#############################################
# 272067 - (IRE) Irish Constitution of 1937 (by JRaup)
#############################################
event = {
	id = 272067
	random = no
	country = IRE
	trigger = {
		OR = {
			headofgovernment = 25002 # Eamon de Valera - start
			#headofgovernment = 25011 # Eamon de Valera - 38
			#headofgovernment = 25021 # Eamon de Valera - 42
			#headofgovernment = 25031 # Eamon de Valera - 46
			}
		   event = 272068
		}

	name = CEVTNAME_272067
	desc = CEVTDESC_272067
	style = 0

	date = { day = 30 month = june year = 1937 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = addcore which = 493 }
		command = { type = dissent value = -5 }
		}
	}


################################################
# 272068 - (IRE) External Relations Act, 1936 (by JRaup)
################################################

event = {
	id = 272068
	random = no
	country = IRE
	trigger = {
		OR = {
			headofgovernment = 25002 # Eamon de Valera - start
			#headofgovernment = 25011 # Eamon de Valera - 38
			#headofgovernment = 25021 # Eamon de Valera - 42
			#headofgovernment = 25031 # Eamon de Valera - 46
			}
			}

	name = CEVTNAME_272068
	desc = CEVTDESC_272068
	style = 0

	date = { day = 20 month = december year = 1936 }

	action_a = {
		name = CEVTACTA_272068
		command = { type = dissent value = -5 }
		command = { type = alignment which = democratic value = 25 }
		command = { type = influence value = 5 }
		}

	action_b = {
		name = CEVTACTB_272068
		command = { type = dissent value = 5 }
		command = { type = influence value = 2 }
		}
}




#####################################################
# 272069 - (IRE) Aer Lingus Formed (by JRaup)
#####################################################

event = {
	id = 272069
	random = no
	country = IRE
	trigger = {
		OR = {
			headofgovernment = 25002 # Eamon de Valera - start
			#headofgovernment = 25011 # Eamon de Valera - 38
			#headofgovernment = 25021 # Eamon de Valera - 42
			#headofgovernment = 25031 # Eamon de Valera - 46
			}
		random = 75
		}

	name = CEVTNAME_272069
	desc = CEVTDESC_272069
	style = 0

	date = { day = 1 month = August year = 1936 }
	offset = 15
	deathdate = { day = 30 month = december year = 1936 }

	action_a = {
		name = CEVTACTA_272069
		command = { type = infrastructure which = 495 value = 10 } #Dublin
		command = { type = infrastructure which = 496 value = 10 } #Cork
		command = { type = infrastructure which = 494 value = 10 } #Limerick
		command = { type = influence value = 2 }
		command = { type = oilpool value = 1000 }
		}
}


######################################################################
# 272070 - The Emperor's Response (by SykoNurse)
######################################################################
event = {
	id = 272070
	random = no
	country = ENG

	#triggered by 272031 - (ITA) Pacifying Ethiopia

	name = CEVTNAME_272070
	desc = CEVTDESC_272070
	style = 0

	action_a = {
	name = CEVTACTA_272070
	command = { type = influence value = 10 } #protecting the guest
	command = { type = trigger which = 462080 } # ITA Haile Selassie Refuse offer
	}
	action_b = {
	name = CEVTACTB_272070
	command = { type = influence value = -10 } #for acepting a bribe
	# 462008-462014-1937
	command = { type = sleepevent which = 462008 } 
	command = { type = sleepevent which = 462009 } 
	command = { type = sleepevent which = 462010 } 
	command = { type = sleepevent which = 462011 } 
	command = { type = sleepevent which = 462012 } 
	command = { type = sleepevent which = 462013 } 
	command = { type = sleepevent which = 462014 } 
	# 462040-462046-1938
	command = { type = sleepevent which = 462040 } 
	command = { type = sleepevent which = 462041 } 
	command = { type = sleepevent which = 462042 } 	
	command = { type = sleepevent which = 462043 } 
	command = { type = sleepevent which = 462044 } 
	command = { type = sleepevent which = 462045 } 
	command = { type = sleepevent which = 462046 } 
	# 462047-462053-1939
	command = { type = sleepevent which = 462047 } 
	command = { type = sleepevent which = 462048 } 
	command = { type = sleepevent which = 462049 } 
	command = { type = sleepevent which = 462050 } 
	command = { type = sleepevent which = 462051 } 
	command = { type = sleepevent which = 462052 } 
	command = { type = sleepevent which = 462053 } 
	# 462054-462060-1940
	command = { type = sleepevent which = 462054 } 
	command = { type = sleepevent which = 462055 } 
	command = { type = sleepevent which = 462056 } 
	command = { type = sleepevent which = 462057 } 
	command = { type = sleepevent which = 462058 } 
	command = { type = sleepevent which = 462059 } 
	command = { type = sleepevent which = 462060 } 
	# 462061-462067-1941
	command = { type = sleepevent which = 462061 } 
	command = { type = sleepevent which = 462062 } 
	command = { type = sleepevent which = 462063 } 
	command = { type = sleepevent which = 462064 } 
	command = { type = sleepevent which = 462065 } 
	command = { type = sleepevent which = 462066 } 
	command = { type = sleepevent which = 462067 } 
	# 462068-462074-1942
	command = { type = sleepevent which = 462068 } 
	command = { type = sleepevent which = 462069 } 
	command = { type = sleepevent which = 462070 } 
	command = { type = sleepevent which = 462071 } 
	command = { type = sleepevent which = 462072 } 
	command = { type = sleepevent which = 462073 } 
	command = { type = sleepevent which = 462074 } 
	command = { type = trigger which = 462081 } # ITA Haile Selassie Accept offer
	}
}

############################################################################
# 272080 - Italy Surrenders: England's Allies, USA allied (by Generalisimo)
############################################################################

event = { 
	id = 272080
	random = no
	country = ENG
	
	trigger = {
		exists = U01
		event = 462023
		#alliance = { country = ENG country = USA }
		OR = {
			control = { province = 897 data = USA } # Messina
			control = { province = 898 data = USA } # Siracusa
			control = { province = 903 data = USA } # Cosenza
			control = { province = 893 data = USA } # Taranto
			control = { province = 901 data = USA } # Napoli
			control = { province = 908 data = USA } # Roma
			}
		}
	
	name = CEVTNAME_272080
	desc = CEVTDESC_272080
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 3
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = CEVTACTA_OK
		command = { type = influence value = 10 }
		command = { type = make_puppet which = ITA } # ITA joins allies
		#command = { type = secedeprovince which = USA value = 901 } #Napoli
		#command = { type = secedeprovince which = USA value = 908 } #Roma
		command = { type = sleepevent which = 272081 }
		command = { type = trigger which = 462027 } # ITA joins allies
		command = { type = trigger which = 462024 } # USA allied
		}
}

############################################################################
# 272081 - Italy Surrenders: England's Allies, USA not allied (by Generalisimo)
############################################################################

event = { 
	id = 272081
	random = no
	country = ENG
	
	trigger = {
		exists = U01
		event = 462023
		#NOT = {
		#	alliance = { country = ENG country = USA }
		#	}
		NOT = {
			OR = {
				control = { province = 897 data = USA } # Messina
				control = { province = 898 data = USA } # Siracusa
				control = { province = 903 data = USA } # Cosenza
				control = { province = 893 data = USA } # Taranto
				control = { province = 901 data = USA } # Napoli
				control = { province = 908 data = USA } # Roma
				}
			}
		}
	
	name = CEVTNAME_272080
	desc = CEVTDESC_272080
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 3
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = CEVTACTA_OK
		command = { type = influence value = 20 }
		command = { type = make_puppet which = ITA } # ITA joins allies
		command = { type = sleepevent which = 272080 }
		command = { type = trigger which = 462027 } # ITA joins allies
		command = { type = trigger which = 462025 } # USA NOT allied
		}
}
########################################################
# 272082 to 272084 - Polish armament export (by Halibutt)
########################################################

event = {
	id = 272082
	random = no
	country = ENG

	trigger = {
		atwar = no
		rubber = 500 # Minimal payment        
		NOT = {            
			OR = {
				war = { country = ENG country = POL }
				alliance = { country = ENG country = SOV }
				alliance = { country = ENG country = GER }
				}
			}   
 		}

	name = CEVTNAME_272082
	desc = CEVTDESC_272082
	style = 0

	date = { day = 1 month = april year = 1938 } 
	offset = 5
	deathdate = { day = 30 month = may year = 1938 }

	action_a = {
		name = CEVTACTA_272082
		command = { type = trigger which = 702043 } # POL, UK getting the project
		}
	action_b = {
		name = CEVTACTB_272082
		command = { type = supplies value = 150 }
		}
}
############################

event = {
	id = 272083
	random = no
	country = ENG

	# triggered by POL 702043 A

	name = CEVTNAME_272083
	desc = CEVTDESC_272083
	style = 0

	action_a = {
		name = CEVTACTA_272083
		command = { type = gain_tech which = 14009 } # AT 40mm gun
		command = { type = gain_tech which = 14100 } # Basic Artillery armament
		command = { type = gain_tech which = 14105 } # Tank gun  40mm
		command = { type = rubberpool value = -500 }
		command = { type = influence value = 2 } # good international relations
		}
}

event = {
	id = 272084
	random = no
	country = ENG

	# triggered by POL 702043 B

	name = CEVTNAME_272084
	desc = CEVTDESC_272084
	style = 0

	action_a = {
		name = CEVTACTA_272084
		command = {  } # any suggestions?
		}
}

######################################################################
# 272085 - Polish bomber engines import (by Halibutt)
######################################################################
event = {
	id = 272085
	random = no
	country = ENG

	# triggered by POL 702049 A

	name = CEVTNAME_272085
	desc = CEVTDESC_272085
	style = 0

	action_a = {
		name = CEVTACTA_272085
		command = { type = trigger which = 702050 } # POL getting the project
		command = { type = coalpool value = 1000 }
		command = { type = steelpool value = 500 }
		command = { type = oilpool value = 500 }
		command = { type = influence value = 2 } 

		}
	action_b = {
		name = CEVTACTB_272085
		command = { type = influence value = -2 } 
		command = { type = trigger which = 702051 } # POL NOT getting the project
		}
}

#########################################################################
#  272096 - Warsaw Uprising - opening moves (by Copper Nicus)
#########################################################################

event = {
	id = 272096
	random = no
	country = ENG

	# triggered by 702059 

	name = CEVTNAME_272096
	desc = CEVTDESC_272096

	style = 0


	action_a = {
		name = CEVTACTA_272096
		command = { type = alliance which = POL }
	}

}



#########################################################################
#  272097 - Warsaw Uprising - air drops support (by Copper Nicus)
#########################################################################

event = {
	id = 272097
	random = no
	country = ENG

	trigger = {
		random = 25
		event = 272096
		war = { country = POL country = GER }
		control = { province = 643 data = POL } # Warsaw is still free!
		
		}

	name = CEVTNAME_272097
	desc = CEVTDESC_272097

	style = 0

	date = { day = 3 month = may year = 1943 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }


	action_a = {
		name = CEVTACTA_272097
		command = { type = setflag  which = warsaw_drop } # POL air drops starts
		command = { type = influence value = 3 }
		command = { type = supplies value = -1000 } # Costs of operation

	}

	action_b = {
		name = CEVTACTB_272097
		command = { type = influence value = -3 }
	}
}



#########################################################################
#  272098 - Warsaw Uprising - Sosabowski brigade paradrop (by Copper Nicus)
#########################################################################

event = {
	id = 272098
	random = no
	country = ENG

	trigger = {
		event = 272096 # Uprising!
		war = { country = POL country = GER }
		war = { country = ENG country = GER }
		control = { province = 643 data = POL } # Warsaw is still free!
		}

	name = CEVTNAME_272098
	desc = CEVTDESC_272098

	style = 0

	date = { day = 3 month = may year = 1943 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }


	action_a = {
		name = CEVTACTA_272098
		command = { type = influence value = -3 }
		command = { type = add_division which = paratrooper } # get brigade
	}

	action_b = {
		name = CEVTACTB_272098
		command = { type = supplies value = -2000 } # Costs of operation
		command = { type = manpowerpool value = -2 } # Losses
		command = { type = trigger which = 702067 } # Paradrop on Warsaw
	}
}

#########################################################################
#  272099 - Moroccan Revolt Causes Dissent in British Africa (by Fallout_Boy)
#########################################################################
event = { 
	id = 272099 # 41189
	random = no
	country = ENG
	
	# Triggered by SPA 802039 (41184)

	name = CEVTNAME_272099
	desc = CEVTDESC_272099
	style = 0
	
	action_a = {
		name = CEVTACTA_OK
		command = { type = dissent value = 4 }
		command = { type = warentry value = -3 }
	}
}

#########################################################################
#  Guarantee Independence to Greece
#########################################################################
event = { 
	id = 272115
	random = no
	country = ENG
	
	trigger = {
		exists = GRE
		event = 2902 # Italy has started treating Albania
		NOT = {
			OR = {
				ispuppet = ENG
				alliance = { country = GRE country = SOV }
				alliance = { country = GRE country = GER }
                                alliance = { country = GRE country = ENG }
			}
		}
	}
	
	name = CEVTNAME_272115
	desc = CEVTDESC_272115
	style = 0
	
	date = { day = 1 month = january year = 1939 }
	offset = 10
	deathdate = { day = 29 month = december year = 1941 }
	
	action_a = {
		name = CEVTACTA_272115
		command = { type = trigger which = 752180 } # GRE
		command = { type = dissent value = -1 } # doing the right thing
		command = { type = influence  value = 5 }
	}
	action_b = {
		name = CEVTACTB_272115
		command = { type = dissent value = 1 }
		command = { type = influence  value = -5 }
	}
}

####################
#Death of George V
####################

event = {
	id = 272105
	random = no
	country = ENG
	
	trigger = {
		headofstate = 1001
		}

	date = { day = 6 month = january year = 1936 }
	offset = 15 
	deathdate = { day = 30 month = january year = 1936 }

	name = CEVTNAME_272105
	desc = CEVTDESC_272105
	style = 0

	action_a = {
		name = CEVTACTA_272105
		command = { type = sleepminister which = 1001 } # George V
		command = { type = headofstate which = 1099 } # Edward VIII
		}
	}


########################
#Edward decides to marry
########################

event = {
	id = 272106
	random = no
	country = ENG

	trigger = {
		headofstate = 1099 
		}

	date = { day = 1 month = june year = 1936 }
	offset = 10
	deathdate = { day = 30 month = july year = 1936 }

	name = CEVTNAME_272106
	desc = CEVTDESC_272106
	style = 0
	
	action_a = {
		name = CEVTACTA_272106
		command = { type = dissent value = 5 }
			}

	}

#######################
#The abdication crisis
#######################

event = {
	id = 272107
	random = no
	country = ENG
	
	trigger = {
		event = 272106 #Edward decides to marry
		}

	date = { day = 1 month = september year = 1936 }
	offset = 7
	deathdate = { day = 30 month = october year = 1936 }

	name = CEVTNAME_272107
	desc = CEVTDESC_272107
	style = 0

	action_a = {
		name = CEVTACTA_272107
		command = { type = dissent value = 10 }
		}

	}


#########################
#Consult the Comonwealth
#########################

event = {
	id = 272108
	random = no
	country = ENG

	trigger = {
		event = 272107  #Abdication Crisis
		random = 50
		}

	date = { day = 20 month = october year = 1936 }
	offset = 2
	deathdate = { day = 30 month = november year = 1936 }

	name = CEVTNAME_272108
	desc = CEVTDESC_272108
	style = 0

	action_a = {
		name = CEVTACTA_272108
		command = { type = trigger which = 272109 } #Ireland
		command = { type = trigger which = 372017 } #Australia
		command = { type = trigger which = 372018 } #New Zealand
		command = { type = trigger which = 372019 } #South Africa
		command = { type = trigger which = 402011 } #Canada
		}
	}

#####################
#UK Consults Ireland
#####################

event = {
	id = 272109
	random = no
	country = IRE

	#triggered by 2720108-Abdication Crisis

	name = CEVTNAME_272109
	desc = CEVTDESC_272109
	style = 0

	action_a = {
		name = CEVTACTA_272109
		command = { }
		}
	}

##############################
#Final Decision on Abdication
##############################

event = {
	id = 272110
	random = no
	country = ENG

	trigger = {
		event = 272108
		}

	date = { day = 1 month = december year = 1936 }
	offset = 9
	deathdate = { day = 30 month = december year = 1936 }

	name = CEVTNAME_272110
	desc = CEVTDESC_272110
	style = 0

	action_a = {
		name = CEVTACTA_272110
		command = { type = headofstate which = 1055 } #George VI
		command = { type = dissent value = -15 }
		command = { type = influence value = 5 }
		command = { type = alignment which = democratic value = 25 }
		command = { type = alignment which = fascist value = -25 }
		command = { type = trigger which = 272111 } #Ireland
		command = { type = trigger which = 372020 } #Australia
		command = { type = trigger which = 372023 } #New Zealand
		command = { type = trigger which = 372026 } #South Africa
		command = { type = trigger which = 402012 } #Canada
			}

	action_b = {
		name = CEVTACTB_272110
		command = { type = dissent value = -5 }
		command = { type = alignment which = fascist value = 10 }
		command = { type = alignment which = democratic value = -10 }
		command = { type = trigger which = 272112 } #Ireland
		command = { type = trigger which = 372021 } #Australia
		command = { type = trigger which = 372024 } #New Zealand
		command = { type = trigger which = 372027 } #South Africa
		command = { type = trigger which = 402013 } #Canada
		}

	action_c = {
		name = CEVTACTC_272110
		command = { type = alignment which = fascist value = 25 }
		command = { type = alignment which = democratic value = -25 }
		command = { type = trigger which = 272113 } #Ireland
		command = { type = trigger which = 372022 } #Australia
		command = { type = trigger which = 372025 } #New Zealand
		command = { type = trigger which = 372028 } #South Africa
		command = { type = trigger which = 402014 } #canada
		}
	}

######################
#Edward Abdicates-IRE
######################

event = {
	id = 272111
	random = no
	country = IRE

	#triggered by UK272110A

	name = CEVTNAME_272111
	desc = CEVTDESC_272111
	style = 0
	
	action_a = {
		name = CEVTACTA_272111
		command = { type = dissent value = -1 }
		}

	}

########################
#Simpson as Consort-IRE
########################

event = {
	id = 272112
	random = no
	country = IRE

	#triggered by UK272110B

	name = CEVTNAME_272112
	desc = CEVTDESC_272112
	style = 0

	action_a = {
		name = CEVTACTA_272112
		command = { type = influence value = 4 }
		}

	}

#####################
#Simpson as Queen-IRE
#####################

event = {
	id = 272113
	random = no
	country = IRE

	#triggered by UK272110C

	name = CEVTNAME_272113
	desc = CEVTDESC_272113
	style = 0

	action_a = {
		name = CEVTACTA_272113
		command = { type = dissent value = 2 }
		}

	}



###############################
# British seize Iceland
###############################

event = { 
	id = 272023
	random = no
	country = ENG
	
	# Denmarks falls
	
	name = CEVTNAME_272023
	desc = CEVTDESC_272023
	style = 0

	trigger = {
		random = 75
		OR = {
			puppet = { country = DEN country = GER }
			control = { province = 594 data = GER }
		}
		NOT = {
			OR = {
			garrison = { country = DEN province = 441 size = 1 }
			garrison = { country = GER province = 441 size = 1 }
			garrison = { country = DEN province = 442 size = 1 }
			garrison = { country = GER province = 442 size = 1 }
			}
		}
	}

	date = { day = 2 month = january year = 1936 }
        offset = 10
	deathdate = { day = 29 month = december year = 1942 }

	action_a = {
		name = CEVTACTA_272023
		command = { type = influence value = 5 }
		command = { type = supplies value = -200 }
		command = { type = trigger which = 1002003 }
		command = { type = trigger which = 172051 }
	}

	action_b = {
		name = CEVTACTB_272023
		command = { }
	}

}




######################################################
# British hand over Iceland / Greenland control to US
######################################################

event = {
	id = 272024
	random = no
	country = ENG

	# Surrender control of Iceland and Greenland to US forces

	name = CEVTNAME_272024
	desc = CEVTDESC_272024
	style = 0

	trigger = {
		random = 50
		event = 272023
		exists = USA
                war = { country = ENG country = GER }
		alliance = { country = ENG country = USA }
		control = { province = 441 data = ENG }
		control = { province = 442 data = ENG }
		control = { province = 432 data = ENG }
	}

        date = { day = 2 month = january year = 1937 }
        offset = 60
	deathdate = { day = 30 month = december year = 1943 }

	action_a = {
		name = CEVTACTA_272024
		command = { type = influence value = 15 }
		command = { type = secedeprovince which = USA value = 441 } # Reykjavik
		command = { type = secedeprovince which = USA value = 442 } # Akureyri
		command = { type = secedeprovince which = USA value = 432 } # Gothab
		command = { type = trigger which = 322024 }
	}
	action_b = { 
		name = CEVTACTB_272024
		command = { }
	}
}




event = { 
	id = 272079
	random = no
	country = ENG
	
	# The Dambusters
	
	name = CEVTNAME_272079
	desc = CEVTDESC_272079
	style = 0

	trigger = {
		random = 5
                control = { province = 499 data = ENG }
		control = { province = 559 data = GER }
		war = { country = ENG country = GER }
		technology = 9304
		technology = 9501
		technology = 9510
	}


        date = { day = 1 month = april year = 1943 }
        offset = 5
	deathdate = { day = 29 month = august year = 1943 }

	action_a = {
		name = CEVTACTA_272079
		command = { type = supplies value = -500 }
	}
	action_b = {
		name = CEVTACTB_272079
		command = { type = sleepevent which = 172113 } 
		command = { type = sleepevent which = 172114 } 
	}
}




##################################
# Finland Reuests aid (by Ghost_dk)
##################################
event = {
	id = 272086
	random = no
	country = ENG

	# triggerered by FIN 1002060

	name = CEVTNAME_272086
	desc = CEVTDESC_272086
	Style = 0

	action_a = {
		name = CEVTACTA_272086
		command = { type = influence value = -3 }
		command = { type = trigger which = 1002062 }
		}
	action_b = {
		name = CEVTACTB_272086
		command = { type = supplies value = -2000 }
		command = { type = trigger which = 1002064 }
		}
}
#########################################
# send collected donations (by Ghost_dk)
#########################################

event = {
	id = 272087
	random = no
	country = ENG

	trigger = {
		random = 20
		event = 2621
		war = { country = SOV country = FIN }
		NOT = { 
			event = 2628
			war = { country = FIN country = ENG }
			alliance = { country = SOV country = ENG }
			alliance = { country = GER country = FIN }
			}
		}
	name = CEVTNAME_272087
	desc = CEVTDESC_272087
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_272087
		command = { type = trigger which = 1002087 }
		}
}
########################################
# Send guns to Finland (by Ghost_dk)
########################################

event = {
	id = 272088
	random = no
	country = ENG

	trigger = {
		random = 20
		event = 2621
		war = { country = SOV country = FIN }
		NOT = { 
			event = 2628
			alliance = { country = SOV country = ENG }
			alliance = { country = GER country = FIN }
			war = { country = ENG country = FIN }
			}
		}
	name = CEVTNAME_272088
	desc = CEVTDESC_272088
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }

	action_a = { 
		name = CEVTACTA_272088
		command = { type = supplies value = 300 }
		command = { type = trigger which = 1002096 }
		}
	action_b = {
		name = CEVTACTB_272088
		command = { type = influence value = -2 }
		}
}
####################################
# Canadian request to allow volunteers (by Ghost_dk)
####################################

event = {
	id = 272089
	random = no
	country = ENG

	trigger = {
		atwar = no
		event = 2621
		event = 402009
		event = 272090
		war = { country = SOV country = FIN }
		NOT = {
			event = 2628
			alliance = { country = SOV country = CAN }
			alliance = { country = ENG country = SOV }
			atwar = CAN
			}
		}
	name = CEVTNAME_272089
	desc = CEVTDESC_272089
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_272089
		command = { type = trigger which = 402010 }
		command = { type = influence value = 3 }
		}
	action_b = {
		name = CEVTACTB_272089
		command = { type = sleepevent which = 402010 }
		command = { type = sleepevent which = 1002106 }
		command = { type = influence value = -2 }
		}
}
####################################
# Revise policy on Finland volunteers (by Ghost_dk)
####################################

event = {
	id = 272090
	random = no
	country = ENG

	trigger = {
		random = 20
		atwar = no
		event = 2621
		war = { country = SOV country = FIN }
		NOT = {
			event = 2628
			war = { country = FIN country = ENG }
			}
		}
	name = CEVTNAME_272090
	desc = CEVTDESC_272090
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }

	action_a = { 
		name = CEVTACTA_272090
		command = { type = influence value = 2 }
		command = { type = manpowerpool value = -2 }
		}
}
######################################
# promise military aid and send bombers (by Ghost_dk)
######################################

event = { 
	id = 272091
	random = no
	country = ENG

	trigger = {
		random = 10
		atwar = no
		event = 2621
		event = 272089
		war = { country = SOV country = FIN }
		NOT = {
			event = 2628
			alliance = { country = GER country = FIN }
			}
		}
	name = CEVTNAME_272091
	desc = CEVTDESC_272091
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 20
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_272091
		command = { type = supplies value = -500 }
		command = { type = trigger which = 1002109 }
		command = { type = influence value = -2 }
		}
	action_b = {
		name = CEVTACTB_272091
		command = { type = sleepevent which = 1002109 }
		command = { type = influence value = -3 }
		}
}
#################################
# promise aid if requested (by Ghost_dk)
#################################

event = {
	id = 272092
	random= no
	country = ENG

	trigger = {
		random = 20
		atwar = no
		event = 2621
		event = 272091
		war = { country = SOV country = FIN }
		NOT = {
			event = 2628
			alliance = { country = SOV country = FIN }
			}
		}
	name = CEVTNAME_272092
	desc = CEVTDESC_272092
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 5
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_272092
		command = { type = influence value = -3 }
		command = { type = trigger which = 272093 }
		}
	action_b = { 
		name = CEVTACTB_272092
		command = { type = influence value = -4 }
		command = { type = sleepevent which = 272093 }
		command = { type = sleepevent which = 272094 }
		command = { type = sleepevent which = 272095 }
		command = { type = sleepevent which = 1002111 }
		command = { type = sleepevent which = 1002114 }
		command = { type = sleepevent which = 1002105 }
		}
}
####################################
# Request passage for troops (by Ghost_dk)
####################################

event = { 
	id = 272093
	random = no
	country = ENG

	# triggered by ENG 272092

	name = CEVTNAME_272093
	desc = CEVTDESC_272093
	style = 0

	action_a = {
		name = CEVTACTA_272093
		command = { type = trigger which = 1002110 }
		command = { type = trigger which = 1002114 }
		}
}
####################################
# Granted passage Sweden (by Ghost_dk)
####################################

event = {
	id = 272094
	random = no
	country = ENG

	# triggered by SWE 1002110

	name = CEVTNAME_272094
	desc = CEVTDESC_272094
	style = 0

	action_a = {
		name = CEVTACTA_272094
		command = { type = access which = SWE }
		command = { type = influence value = -5 }
		}
}
####################################
# Passage denied Sweden (by Ghost_dk)
####################################

event = {
	id = 272095
	random = no
	country = ENG

	# triggered by SWE 1002110

	name = CEVTNAME_272095
	desc = CEVTDESC_272095
	style = 0

	action_a = { 
		name = CEVTACTA_272095
		command = { }
		}
}


####################################
# Granted passage Norway (by Ghost_dk)
####################################

event = {
	id = 272147
	random = no
	country = ENG

	# triggered by NOR 1002114

	name = CEVTNAME_272147
	desc = CEVTDESC_272147
	style = 0

	action_a = {
		name = CEVTACTA_272147
		command = { type = access which = NOR }
		command = { type = influence value = -5 }
		}
}
####################################
# Passage denied Norway (by Ghost_dk)
####################################

event = {
	id = 272148
	random = no
	country = ENG

	# triggered by NOR 1002114

	name = CEVTNAME_272148
	desc = CEVTDESC_272148
	style = 0

	action_a = { 
		name = CEVTACTA_272148
		command = { }
		}
}
#####################################
# Finland requests full support (by Ghost_dk)
#####################################

event = { 
	id = 272149
	random = no
	country = ENG

	# triggered by FIN 1002105

	name = CEVTNAME_272149
	desc = CEVTDESC_272149
	style = 0

	action_a = {
		name = CEVTACTA_272149
		command = { type = warentry value = 100 }
		command = { type = war which = SOV }
		command = { type = access which = FIN }
		command = { type = trigger which = 222076 }
		}
	action_b = {
		name = CEVTACTB_272149
		command = { type = influence value = -12 }
		command = { type = sleepevent which = 222076 }
		}
}

event = { 
	id = 272154
	random = no
	country = ENG
	
	name = CEVTNAME_272154
	desc = CEVTDESC_272154
	style = 0

	# triggered by 222078

	action_a = {
		name = CEVTACTA_272154
		command = { type = setflag which = uk_trust }
		command = { type = influence value = 5 } # a reasonable position
	}
	action_b = {
		name = CEVTACTB_272154
		command = { type = influence value = -10 } # taking a great risk
	}
}

event = { 
	id = 272155
	random = no
	country = ENG
	
	name = CEVTNAME_272155
	desc = CEVTDESC_272155
	style = 0

	# triggered by 222078

	action_a = {
		name = CEVTACTA_272155
		command = { type = setflag which = uk_trust }
		command = { type = trigger which = 222079 } 
		command = { type = influence value = 10 } # a brave stance
	}
	action_b = {
		name = CEVTACTB_272155
		command = { type = influence value = -10 } # a major political setback
		command = { type = setflag which = uk_withdraw }
		command = { type = dissent value = 2 }
	}
}

event = {
	id = 272156
	random = no
	country = ENG

	name = CEVTNAME_272156
	desc = CEVTDESC_272156
	style = 0

	action_a = {
		name = CEVTACTA_272156
		command = { type = manpowerpool value = -20 } # other 20 are Commonwealth volunteers
		command = { type = supplies value = -1000 } # other 1000 is from Commonwealth
		command = { type = trigger which = 952089 }
	}
	action_b = {
		name = CEVTACTB_272156
		command = { }
	}
	action_c = {
		name = CEVTACTC_272156
		command = { type = war which = U00 }
		command = { type = trigger which = 222082 }
	}
}

##############################
# 272114 (ENG)British Letter of Reasurrance(by Ghost_dk)
##############################

event = {
	id = 272114
	random = no
	country = ENG

	trigger = { 
		random = 20
		event = 2000
		alliance = { country = BEL country = ENG }
		alliance = { country = FRA country = ENG }
		NOT = { 
			alliance = { country = BEL country = GER }
			alliance = { country = FRA country = GER }
			}
		}
	name = CEVTNAME_272114
	desc = CEVTDESC_272114
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 6
	deathdate = { day = 30 month = august year = 1939 }

	action_a = {
		name = CEVTACTA_272114
		command = { type = influence value = -2 }
		command = { type = dissent value = -0.5 }
		command = { type = trigger which = 432048 }
		command = { type = trigger which = 852014 }
		command = { type = sleepevent which = 432049 }
		command = { type = sleepevent which = 852015 }
		}
	action_b = {
		name = CEVTACTB_272114
		command = { type = dissent value = 0.5 }
		command = { type = trigger which = 432049 }
		command = { type = trigger which = 852015 }
		command = { type = sleepevent which = 432014 }
		command = { type = sleepevent which = 852014 }
		}
}
##################################
# 272116 (ENG)UK military mission to Egypt(by Ghost_dk)
##################################

event = {
	id = 272116 
	random= no
	country = ENG

	trigger = {
		NOT = { 
			alliance = { country = EGY country = GER }
			}
		}

	name = CEVTNAME_272116
	desc = CEVTDESC_272116
	style = 0

	date = { day = 13 month = january year = 1937 }
	
	action_a = {
		name = CEVTACTA_272116
		command = { type = supplies value = -800 }
		command = { type = dissent value = -1 }
		}
	action_b = { 
		name = CEVTACTB_272116
		command = { type = warentry value = -5 }
		}
}
##################################
# 272117 (ENG)Anglo-Italian Pact. (by Ghost_dk)
##################################

event = {
	id = 272117
	random = no
	country = ENG

	trigger = { 
		NOT = { 
			atwar = ITA
			war = { country = ENG country = ITA }
			alliance = { country = ITA country = GER }
			}
		}
	name = CEVTNAME_272117
	desc = CEVTDESC_272117
	style = 0

	date = { day = 1 month = january year = 1937 }

	action_a = {
		name = CEVTACTA_272117
		command = { type = trigger which = 462104 }
		command = { type = influence value = -3 }
		}
	action_b = {
		name = CEVTACTB_272117
		command = { type = sleepevent which = 462104 }
		command = { type = sleepevent which = 272118 }
		command = { type = sleepevent which = 272119 }
		command = { type = sleepevent which = 272150 }
		}
}
##################################
# 272118 (ENG)Italy Agrees(by Ghost_dk)
##################################

event = { 
	id = 272118
	random = no
	country = ENG

	# triggered by ITA 462104

	name = CEVTNAME_272118
	desc = CEVTDESC_272118
	style = 0

	action_a = {
		name = CEVTACTA_272118
		command = { type = warentry value = -1 }
		}
}
#######################################
# 272119 (ENG)Italy Refuses(by Ghost_dk)
#######################################

event = {
	id = 272119
	random = no
	country = ENG

	# triggered by ITA 462104

	name = CEVTNAME_272119
	desc = CEVTDESC_272119
	style = 0

	action_a = {
		name = CEVTACTA_272119
		command = { type = warentry value = 3 }
		}
}
###################################
# 272120 (ENG)British State Visit to France(by Ghost_dk)
###################################

event = { 
	id = 272120
	random = no
	country = ENG

	trigger = { 
		event = 462105
		alliance = { country = FRA country = ENG }
		}
	name = CEVTNAME_272120
	desc = CEVTDESC_272120
	style = 0

	date = { day = 18 month = july year = 1938 }

	action_a = {
		name = CEVTACTA_272120
		command = { type = trigger which = 432055 }
		command = { type = alignment which = democratic value = 10 }
		}
}
#############################
# 272121 (ENG)Runciman Mission to Prague(by Ghost_dk)
#############################

event = {
	id = 272121
	random = no
	country = ENG

	trigger = {
		atwar = no
		NOT = {
			alliance = { country = CZE country = GER }
			}
		}
	name = CEVTNAME_272121
	desc = CEVTDESC_272121
	style = 0

	date = { day = 24 month = july year = 1938 }

	action_a = {
		name = CEVTACTA_272121
		command = { type = warentry value = -3 }
		command = { type = influence value = -1 }
		}
}
#############################
# 272122 (ENG)Anglo-French Loans to Bulgaria(by Ghost_dk)
#############################

event = {
	id = 272122
	random = no
	country = ENG

	trigger = {
		event = 752177
		atwar = no
		NOT = {
			alliance = { country = BUL country = GER }
			alliance = { country = BUL country = SOV }
			}
		}
	name = CEVTNAME_272122
	desc = CEVTDESC_272122
	style = 0

	date = { day = 0 month = august year = 1938 }

	action_a = {
		name = CEVTACTA_272122
		command = { type = trigger which = 752179 }
		command = { type = influence value = -3 }
		}
	action_b = {
		name = CEVTACTB_272122
		command = { type = influence value = -2 }
		command = { type = warentry which = ENG value = -5 }
		command = { type = warentry which = FRA value = -3 }
		}
}
#############################
# 272123 (ENG)mobilization of the Royal Navy(by Ghost_dk)
#############################

event = {
	id = 272123
	random = no
	country = ENG

	trigger = {
		atwar = no
		event = 172155
		}
	name = CEVTNAME_272123
	desc = CEVTDESC_272123
	style = 0

	date = { day = 25 month = august year = 1938 }

	action_a = {
		name = CEVTACTA_272123
		command = { type = supplies value = -1000 }
		command = { type = warentry value = 3 }
		command = { type = dissent value = 1 }
		}
	action_b = {
		name = CEVTACTB_272123
		command = { type = warentry value = -5 }
		command = { type = dissent value = 1 }
		}
}

#############################
# 272124 (ENG)Anglo-Canadian-U.S. Trade agreement(by Ghost_dk)
#############################

event = {
	id = 272124
	random = no
	country = ENG

	trigger = { 
		NOT = {
			atwar = USA
			atwar = CAN
			atwar = ENG
			alliance = { country = USA country = GER }
			alliance = { country = USA country = SOV }
			}
		}
	name = CEVTNAME_272124
	desc = CEVTDESC_272124
	style = 0

	date = { day = 16 month = november year = 1938 }

	action_a = {
		name = CEVTACTA_272124
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		}
}
################################
# 272125 (ENG)British official visit to Italy(by Ghost_dk)
################################

event = { 
	id = 272125
	random = no
	country = ENG

	trigger = { 
		atwar = no
		NOT = { 
			atwar = ITA
			}
		}
	name = CEVTNAME_272125
	desc = CEVTDESC_272125
	style = 0

	date = { day = 0 month = january year = 1939 }

	action_a = {
		name = CEVTACTA_272125
		command = { type = influence value = 3 }
		command = { type = trigger which = 462108 }
		}
}
################################
# 272126 (ENG)Only little gained from talks(by Ghost_dk)
################################

event = {
	id = 272126
	random = no
	country = ENG

	# triggered by ITA 462108 

	name = CEVTNAME_272126
	desc = CEVTDESC_272126
	style = 0

	action_a = { 
		name = CEVTACTA_272126
		command = { type = warentry value = 2 }
		}
}
################################
# 272127 (ENG)substancial gains from talks(by Ghost_dk)
################################

event = {
	id = 272127
	random = no
	country = ENG

	# triggered by ITA 462108

	name = CEVTNAME_272127
	desc = CEVTDESC_272127
	style = 0

	action_a = {
		name = CEVTACTA_272127
		command = { type = warentry value = -2 }
		}
}
################################
# 272128 (ENG)Anglo-French mutual aid agreement with Greece(by Ghost_dk)
################################

event = { 
	id = 272128
	random = no
	country = ENG

	trigger = {
		NOT = {
			alliance = { country = GRE country = GER }
			}
		OR = {
			event = 2904
			puppet = { country = ALB country = ITA }
			}
		}
	name = CEVTNAME_272128
	desc = CEVTDESC_272128
	style = 0

	date = { day = 12 month = april year = 1939 }
	offset = 15
	deathdate = { day = 29 month = august year = 1939 }

	action_a = {
		name = CEVTACTA_272128
		command = { type = influence value = -3 }
		command = { type = trigger which = 752181 }
		command = { type = trigger which = 272129 }
		}
	action_b = {
		name = CEVTACTB_272128
		command = { type = influence value = -2 }	
		command = { type = dissent value = 1 }
		command = { type = sleepevent which = 752181 }
		command = { type = sleepevent which = 272130 }
		command = { type = sleepevent which = 272131 }
		command = { type = trigger which = 272129 }
		}
}
################################
# 272129 (ENG)Anglo-French mutual aid agreement with Romanian(by Ghost_dk)
################################

event = { 
	id = 272129
	random = no
	country = ENG

	# triggered by ENG 272128

	name = CEVTNAME_272129
	desc = CEVTDESC_272129
	style = 0

	action_a = {
		name = CEVTACTA_272129
		command = { type = influence value = -3 }
		command = { type = trigger which = 702089 }
		}
	action_b = {
		name = CEVTACTB_272129
		command = { type = influence value = -2 }	
		command = { type = dissent value = 1 }
		command = { type = sleepevent which = 702089 }
		command = { type = sleepevent which = 272132 }
		command = { type = sleepevent which = 272133 }
		}
}
################################
# 272130 (ENG)Greece agrees(by Ghost_dk)
################################

event = {
	id = 272130
	random = no
	country = ENG

	# triggered by GRE 752181

	name = CEVTNAME_272130
	desc = CEVTDESC_272130
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = influence value = 3 }
		}
}
################################
# 272131 (ENG)Greece refuses(by Ghost_dk)
################################

event = {
	id = 272131
	random = no
	country = ENG

	# triggered by GRE 752181

	name = CEVTNAME_272131
	desc = CEVTDESC_272131
	style = 0

	action_a = {
		name = CEVTACTA_272131
		command = { }
		}
}
################################
# 272132 (ENG)Romania agrees(by Ghost_dk)
################################

event = {
	id = 272132
	random = no
	country = ENG

	# triggered by RUM 702089

	name = CEVTNAME_272132
	desc = CEVTDESC_272132
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = influence value = 3 }
		}
}
################################
# 272133 (ENG)Romania refuses(by Ghost_dk)
################################

event = {
	id = 272133
	random = no
	country = ENG

	# triggered by RUM 702089

	name = CEVTNAME_272133
	desc = CEVTDESC_272133
	style = 0

	action_a = {
		name = CEVTACTA_272133
		command = { }
		}
}
################################
# 272134 (ENG)British Conscription Order(by Ghost_dk)
################################

event = {
	id = 272134
	random = no
	country = ENG

	trigger = {
		OR = {
			atwar = yes
			event = 2003
			}
		}

	name = CEVTNAME_272134
	desc = CEVTDESC_272134
	style = 0

	date = { day = 26 month = april year = 1939 }

	action_a = {
		name = CEVTACTA_272134
		command = { type = dissent value = 1 }
		command = { type = manpowerpool value = 40 }
		}
	action_b = {
		name = CEVTACTB_272134
		command = { type = warentry value = -5 }
		}
}
################################
# 272135 (ENG)Anglo-Turkish Mutual Aid Agreement(by Ghost_dk)
################################

event = { 
	id = 272135
	random = no
	country = ENG

	trigger = {
		NOT = {
			alliance = { country = TUR country = GER }
			}
		}
	name = CEVTNAME_272135
	desc = CEVTDESC_272135
	style = 0

	date = { day = 11 month = may year = 1939 }

	action_a = {
		name = CEVTACTA_272135
		command = { type = influence value = -3 }
		command = { type = trigger which = 902056 }
		}
	action_b = {
		name = CEVTACTB_272135
		command = { type = influence value = -2 }	
		command = { type = dissent value = 1 }
		command = { type = sleepevent which = 902056 }
		command = { type = sleepevent which = 272136 }
		command = { type = sleepevent which = 272137 }
		}
}
################################
# 272136 (ENG)Turky agrees(by Ghost_dk)
################################

event = {
	id = 272136
	random = no
	country = ENG

	# triggered by TUR 902056

	name = CEVTNAME_272136
	desc = CEVTDESC_272136
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = influence value = 3 }
		}
}
################################
# 272137 (ENG)Turky refuses(by Ghost_dk)
################################

event = {
	id = 272137
	random = no
	country = ENG

	# triggered by by TUR 902056

	name = CEVTNAME_272137
	desc = CEVTDESC_272137
	style = 0

	action_a = {
		name = CEVTACTA_272137
		command = { }
		}
}
################################
# 272138 (ENG)British Royal Visit to Canada(by Ghost_dk)
################################

event = {
	id = 272138
	random = no
	country = ENG

	trigger = {
		atwar = no
		}
	name = CEVTNAME_272138
	desc = CEVTDESC_272138
	style = 0

	date = { day = 16 month = may year = 1939 }

	action_a = {
		name = CEVTACTA_272138
		command = { type = trigger which = 402017 }
		command = { type = influence value = 1 }
		}
}
################################
# 272139 (ENG)Anglo-portuguese Agreement(by Ghost_dk)
################################

event = {
	id = 272139
	random = no
	country = ENG

	trigger = { 
		atwar = no
		NOT = {
			alliance = { country = POR country = GER }
			atwar = POR
			}
		}
	name = CEVTNAME_272139
	desc = CEVTDESC_272139
	style = 0

	date = { day = 25 month = may year = 1939 }

	action_a = {
		name = CEVTACTA_272139
		command = { type = influence value = -2 }
		command = { type = trigger which = 802068 }
		}
}
################################
# 272140 (ENG)Portugal agrees(by Ghost_dk)
################################

event = {
	id = 272140
	random = no
	country = ENG

	# triggered by POR 802068 
	
	name = CEVTNAME_272140
	desc = CEVTDESC_272140
	style = 0

	action_a = {
		name = CEVTACTA_272140
		command = { type = influence value = 3 }
		}
}
################################
# 272141 (ENG)Portugal refuses(by Ghost_dk)
################################

event = {
	id = 272141
	random = no
	country = ENG

	# triggered by POR 802068

	name = CEVTNAME_272141
	desc = CEVTDESC_272141
	style = 0

	action_a = {
		name = CEVTACTA_272141
		command = { type = warentry value = -2 }
		}
}
################################
# 272142 (ENG)British Royal visis to the USA(by Ghost_dk)
################################

event = {
	id = 272142
	random = no
	country = ENG

	trigger = { 
		atwar = no
		NOT = {
			alliance = { country = USA country = GER }
			}
		}
	name = CEVTNAME_272142
	desc = CEVTDESC_272142
	style = 0

	date = { day = 7 month = june year = 1939 }

	action_a = {
		name = CEVTACTA_272142
		command = { type = influence value = -2 }
		command = { type = trigger which = 322079 }
		}
}
################################
# 272143 (ENG)Romania renounces Anglo-French Guarantee(by Ghost_dk)
################################

event = {
	id = 272143
	random = no
	country = ENG

	# triggered by ROM 702091

	name = CEVTNAME_272143
	desc = CEVTDESC_272143
	style = 0

	action_a = {
		name = CEVTACTA_272143
		command = { type = influence value = -1 }
		}
}
################################
# 272144 (ENG)Churchill visits Canada(by Ghost_dk)
################################

event = {
	id = 272144
	random = no
	country = ENG

	trigger = {
		exists = CAN
		alliance = { country = ENG country = CAN }
		}
	name = CEVTNAME_272144
	desc = CEVTDESC_272144
	style = 0

	date = { day = 29 month = december year = 1941 }

	action_a = {
		name = CEVTACTA_272144
		command = { type = influence value = -1 }
		command = { type = trigger which = 402018 }
		}
}
################################
# 272145 (ENG)Anglo-American Loans to China(by Ghost_dk)
################################

event = {
	id = 272145
	random = no
	country = ENG

	trigger = {
		war = { country = CHI country = JAP }
		event = 522018
		}
	name = CEVTNAME_272145
	desc = CEVTDESC_272145
	style = 0

	date = { day = 7 month = march year = 1942 }

	action_a = {
		name = CEVTACTA_272145
		command = { type = supplies value = -400 }
		command = { type = trigger which = 522020 }
		}
	action_b = {
		name = CEVTACTB_272145
		command = { type = influence value = -2 }
		command = { type = sleepevent which = 522020 }
		}
}
################################
# 272146 (ENG)Bombing of the Shell House(by Ghost_dk)
################################

event = {
	id = 272146
	random = no
	country = ENG

	# triggered by DEN 1002130

	name = CEVTNAME_272146
	desc = CEVTDESC_272146
	style = 0

	action_a = {
		name = CEVTACTA_272146
		command = { }
		}
}
################################
# 272150 (ENG)Resignation of Anthony Eden(by Ghost_dk)
################################

event = {
	id = 272150
	random = no
	country = ENG

	trigger = { 
		atwar = no
		event = 272118
		event = 272126
		}
	name = CEVTNAME_272150
	desc = CEVTDESC_272150
	style = 0

	date = { day = 27 month = february year = 1938 }

	action_a = {
		name = CEVTACTA_272150
		command = { type = foreignminister which = 1060 }
		command = { type = influence value = -10 }
		}
}
################################
# 272162 (ENG)British National War Service Register(Ghost_dk)
################################

event = {
	id = 272162
	random = no
	country = ENG

	trigger = { 
		atwar = no
		OR = {
			event = 2001
			event = 2002
			}
		}
	name = CEVTNAME_272162
	desc = CEVTDESC_272162
	style = 0

	date = { day = 0 month = december year = 1938 }

	action_a = {
		name = CEVTACTA_272162
		command = { type = manpowerpool value = 50 }
		command = { type = add_division which = fighter }
		command = { type = add_division which = fighter }
		command = { type = add_division which = strategic_bomber }
		command = { type = add_division which = strategic_bomber }
		command = { type = supplies value = -3000 }
		}
	action_b = {
		name = CEVTACTB_272162
		command = { type = manpowerpool value = 60 }
		}
}
##############################
# 272163 (ENG)German Renunciation of Anglo-German Naval Treaty of 1935(by Ghost_dk)
##############################

event = {
	id = 272163
	random = no
	country = ENG

	# triggered by GER 172173

	name = CEVTNAME_272163
	desc = CEVTDESC_272163
	style = 0

	action_a = {
		name = CEVTACTA_272163
		command = { type = warentry which = ENG value = 2 }
		command = { type = warentry which = FRA value = 2 }
		}
}

##################THE FOLLOWING 5 EVENTS ARE NEW EVENTS###################

###################
# Britain Re-arms #
###################

event = { 
	id = 272164
	random = no
	country = ENG

	trigger = {
		OR = {
		control = { province = 578 data = GER }
			}
		NOT = {
			event = 272166
			}
		}

	name = CEVTNAME_272164
	desc = CEVTDESC_272164
	style = 0

date = { day = 1 month = january year = 1938 } 
offset = 1
deathdate = { day = 30 month = december year = 1940 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 200 }
		command = { type = province_manpower which = 499   value = 14 } #London
		command = { type = province_manpower which = 497   value = 14 } #Birmingham
		command = { type = province_manpower which = 490   value = 14 } #Sheffield
		command = { type = province_manpower which = 489   value = 14 } #Manchester
		command = { type = province_manpower which = 498   value = 12 } #Coventry
		command = { type = province_manpower which = 502   value = 9 } #Southampton
		command = { type = province_manpower which = 503   value = 9 } #Portsmouth
		command = { type = province_manpower which = 501   value = 9 } #Plymouth
		command = { type = province_manpower which = 488   value = 7 } #Newcastle
		command = { type = province_manpower which = 486   value = 7 } #Glasgow
		command = { type = province_manpower which = 500   value = 8 } #Bristol
		command = { type = province_manpower which = 493   value = 5 } #Belfast
		command = { type = province_manpower which = 487   value = 4 } #Edinburgh
		command = { type = province_manpower which = 491   value = 4 } #Cardiff
		command = { type = province_manpower which = 485   value = 2 } #Perth
		command = { type = province_manpower which = 484   value = 2 } #Aberdeen
		command = { type = province_manpower which = 483   value = 1 } #Iverness
		command = { type = sleepevent which = 272166 } # Britain Mobilization event War before Czechoslovakia annexed
		command = { type = sleepevent which = 272168 } # Britain Mobilization event India Independent War before Czechoslovakia
		}
}

##########################
# The Empire Goes to War #
##########################

event = { 
	id = 272165
	random = no
	country = ENG

	trigger = {
		atwar = yes
		event = 272164
		NOT = {
			event = 272166
			exists = IND
			}
		}

	name = CEVTNAME_272165
	desc = CEVTDESC_272165
	style = 0

date = { day = 1 month = january year = 1938 } 
offset = 30
deathdate = { day = 30 month = december year = 1944 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 500 }
		command = { type = influence value = 10 }
		command = { type = province_manpower which = 1717   value = 1 } #Hong Kong
		command = { type = province_manpower which = 1490   value = 6 } #Calcutta
		command = { type = province_manpower which = 1450   value = 5 } #Hyberdad
		command = { type = province_manpower which = 1446   value = 5 } #Delhi
		command = { type = province_manpower which = 1459   value = 5 } #Bombay
		command = { type = province_manpower which = 1498   value = 5 } #Patna
		command = { type = province_manpower which = 1590   value = 2 } #Rangoon
		command = { type = province_manpower which = 1468   value = 2 } #Madras
		command = { type = province_manpower which = 260    value = 2 } #Kingston
		command = { type = province_manpower which = 1417   value = 2 } #Karachi
		command = { type = province_manpower which = 1478   value = 2 } #Calicut
		command = { type = province_manpower which = 1496   value = 2 } #Vishakhapatnam
		command = { type = province_manpower which = 1469   value = 2 } #Vijaywada
		command = { type = province_manpower which = 1599   value = 2 } #Taung-Gye
		command = { type = province_manpower which = 1418   value = 2 } #Sukkar
		command = { type = province_manpower which = 1102   value = 1 } #Suez
		command = { type = province_manpower which = 1438   value = 2 } #Srinagar
		command = { type = province_manpower which = 1766   value = 2 } #Singapore
		command = { type = province_manpower which = 268    value = 1 } #Saint Johns
		command = { type = province_manpower which = 1444   value = 2 } #Saharanpur
		command = { type = province_manpower which = 1435   value = 1 } #Rawalpindi
		command = { type = province_manpower which = 1451   value = 1 } #Rajkot
		command = { type = province_manpower which = 1488   value = 1 } #Quetta
		command = { type = province_manpower which = 1463   value = 1 } #Poona
		command = { type = province_manpower which = 1209   value = 1 } #Nicosia
		command = { type = province_manpower which = 1460   value = 1 } #Nagpur
		command = { type = province_manpower which = 1465   value = 1 } #Mangalore
		command = { type = province_manpower which = 1495   value = 1 } #Lucknow
		command = { type = province_manpower which = 1449   value = 1 } #Lahore
		command = { type = province_manpower which = 1063   value = 1 } #Lugos
		command = { type = province_manpower which = 1765   value = 1 } #Kuala Lumpur
		command = { type = province_manpower which = 272    value = 1 } #Kingstown
		command = { type = province_manpower which = 1442   value = 1 } #Jodhpur
		command = { type = province_manpower which = 1447   value = 1 } #Jaipur
		command = { type = province_manpower which = 1497   value = 1 } #Jabalpur
		command = { type = province_manpower which = 1464   value = 1 } #Huberdad
		command = { type = province_manpower which = 1499   value = 1 } #Gorakhpur
		command = { type = province_manpower which = 1309   value = 1 } #Dar es Salaam
		command = { type = province_manpower which = 1585   value = 1 } #Dacca
		command = { type = province_manpower which = 1500   value = 1 } #Cuttack
		command = { type = province_manpower which = 1480   value = 1 } #Colombo
		command = { type = province_manpower which = 1445   value = 1 } #Cawnpore
		command = { type = province_manpower which = 1458   value = 1 } #Borhampur
		command = { type = province_manpower which = 1443   value = 1 } #Bikaner
		command = { type = province_manpower which = 1457   value = 1 } #Bohpal
		command = { type = province_manpower which = 1466   value = 1 } #Bangalore
		command = { type = province_manpower which = 1456   value = 1 } #Ahmaudabad
		command = { type = sleepevent which = 272167 } # Britain Mobilization event India Independent
		command = { type = sleepevent which = 272168 } # Britain Mobilization event India Independent War before Czechoslovakia

		}
}

###################################################################
# The Empire Goes to War: Germany does not go into Czechoslovakia #
###################################################################

event = { 
	id = 272166
	random = no
	country = ENG

	trigger = {
		atwar = yes
		NOT = {
			event = 272164
			exists = IND
			}
		}

	name = CEVTNAME_272166
	desc = CEVTDESC_272165
	style = 0

date = { day = 1 month = january year = 1936 } 
offset = 30
deathdate = { day = 30 month = december year = 1944 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 900 }
		command = { type = province_manpower which = 499   value = 14 } #London
		command = { type = province_manpower which = 497   value = 14 } #Birmingham
		command = { type = province_manpower which = 490   value = 14 } #Sheffield
		command = { type = province_manpower which = 489   value = 14 } #Manchester
		command = { type = province_manpower which = 498   value = 12 } #Coventry
		command = { type = province_manpower which = 502   value = 9 } #Southampton
		command = { type = province_manpower which = 503   value = 9 } #Portsmouth
		command = { type = province_manpower which = 501   value = 9 } #Plymouth
		command = { type = province_manpower which = 488   value = 7 } #Newcastle
		command = { type = province_manpower which = 486   value = 7 } #Glasgow
		command = { type = province_manpower which = 500   value = 8 } #Bristol
		command = { type = province_manpower which = 493   value = 5 } #Belfast
		command = { type = province_manpower which = 487   value = 4 } #Edinburgh
		command = { type = province_manpower which = 491   value = 4 } #Cardiff
		command = { type = province_manpower which = 485   value = 2 } #Perth
		command = { type = province_manpower which = 484   value = 2 } #Aberdeen
		command = { type = province_manpower which = 483   value = 1 } #Iverness
		command = { type = province_manpower which = 1717   value = 1 } #Hong Kong
		command = { type = province_manpower which = 1490   value = 6 } #Calcutta
		command = { type = province_manpower which = 1450   value = 5 } #Hyberdad
		command = { type = province_manpower which = 1446   value = 5 } #Delhi
		command = { type = province_manpower which = 1459   value = 5 } #Bombay
		command = { type = province_manpower which = 1498   value = 5 } #Patna
		command = { type = province_manpower which = 1590   value = 2 } #Rangoon
		command = { type = province_manpower which = 1468   value = 2 } #Madras
		command = { type = province_manpower which = 260   value = 2 } #Kingston
		command = { type = province_manpower which = 1417   value = 2 } #Karachi
		command = { type = province_manpower which = 1478   value = 2 } #Calicut
		command = { type = province_manpower which = 1496   value = 2 } #Vishakhapatnam
		command = { type = province_manpower which = 1469   value = 2 } #Vijaywada
		command = { type = province_manpower which = 1599   value = 2 } #Taung-Gye
		command = { type = province_manpower which = 1418   value = 2 } #Sukkar
		command = { type = province_manpower which = 1102   value = 1 } #Suez
		command = { type = province_manpower which = 1438   value = 2 } #Srinagar
		command = { type = province_manpower which = 1766   value = 2 } #Singapore
		command = { type = province_manpower which = 268   value = 1 } #Saint Johns
		command = { type = province_manpower which = 1444   value = 2 } #Saharanpur
		command = { type = province_manpower which = 1435   value = 1 } #Rawalpindi
		command = { type = province_manpower which = 1451   value = 1 } #Rajkot
		command = { type = province_manpower which = 1488   value = 1 } #Quetta
		command = { type = province_manpower which = 1463   value = 1 } #Poona
		command = { type = province_manpower which = 1209   value = 1 } #Nicosia
		command = { type = province_manpower which = 1460   value = 1 } #Nagpur
		command = { type = province_manpower which = 1465   value = 1 } #Mangalore
		command = { type = province_manpower which = 1495   value = 1 } #Lucknow
		command = { type = province_manpower which = 1449   value = 1 } #Lahore
		command = { type = province_manpower which = 1063   value = 1 } #Lugos
		command = { type = province_manpower which = 1765   value = 1 } #Kuala Lumpur
		command = { type = province_manpower which = 272   value = 1 } #Kingstown
		command = { type = province_manpower which = 1442   value = 1 } #Jodhpur
		command = { type = province_manpower which = 1447   value = 1 } #Jaipur
		command = { type = province_manpower which = 1497   value = 1 } #Jabalpur
		command = { type = province_manpower which = 1464   value = 1 } #Huberdad
		command = { type = province_manpower which = 1499   value = 1 } #Gorakhpur
		command = { type = province_manpower which = 1309   value = 1 } #Dar es Salaam
		command = { type = province_manpower which = 1585   value = 1 } #Dacca
		command = { type = province_manpower which = 1500   value = 1 } #Cuttack
		command = { type = province_manpower which = 1480   value = 1 } #Colombo
		command = { type = province_manpower which = 1445   value = 1 } #Cawnpore
		command = { type = province_manpower which = 1458   value = 1 } #Borhampur
		command = { type = province_manpower which = 1443   value = 1 } #Bikaner
		command = { type = province_manpower which = 1457   value = 1 } #Bohpal
		command = { type = province_manpower which = 1466   value = 1 } #Bangalore
		command = { type = province_manpower which = 1456   value = 1 } #Ahmaudabad
		command = { type = sleepevent which = 272164 } # Britain Mobilization event part 1
		command = { type = sleepevent which = 272167 } # Britain Mobilization event India Independent
		command = { type = sleepevent which = 272168 } # Britain Mobilization event India Independent War before Czechoslovakia
		}
}

#############################################
# The Empire Goes to War: Independent India #
#############################################

event = { 
	id = 272167
	random = no
	country = ENG

	trigger = {
		atwar = yes
		exists = IND
		event = 272162
		NOT = {
			event = 272166
			event = 272165
			}
		}

	name = CEVTNAME_272167
	desc = CEVTDESC_272167
	style = 0

	date = { day = 1 month = january year = 1938 } 
	offset = 30
	deathdate = { day = 30 month = december year = 1944 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 300 }
		command = { type = province_manpower which = 1717   value = 1 } #Hong Kong
		command = { type = province_manpower which = 260   value = 2 } #Kingston
		command = { type = province_manpower which = 1102   value = 1 } #Suez
		command = { type = province_manpower which = 1766   value = 2 } #Singapore
		command = { type = province_manpower which = 268   value = 1 } #Saint Johns
		command = { type = province_manpower which = 1209   value = 1 } #Nicosia
		command = { type = province_manpower which = 1063   value = 1 } #Lugos
		command = { type = province_manpower which = 1765   value = 1 } #Kuala Lumpur
		command = { type = province_manpower which = 272   value = 1 } #Kingstown
		command = { type = province_manpower which = 1309   value = 1 } #Dar es Salaam
		command = { type = sleepevent which = 272165 } # Britain Mobilization event part 2
		command = { type = sleepevent which = 272166 } # Britain Mobilization event War before Czechoslovakia annexed
		}
}

############################################################################################
# The Empire Goes to War: Germany does not go into Czechoslovakia and India is independent #
############################################################################################

event = { 
	id = 272168
	random = no
	country = ENG

	trigger = {
		exists = IND
		atwar = yes
		NOT = {
			event = 272164
			event = 272167
			}
		}

	name = CEVTNAME_272168
	desc = CEVTDESC_272165
	style = 0

date = { day = 1 month = january year = 1936 } 
offset = 30
deathdate = { day = 30 month = december year = 1944 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 900 }
		command = { type = province_manpower which = 499   value = 14 } #London
		command = { type = province_manpower which = 497   value = 14 } #Birmingham
		command = { type = province_manpower which = 490   value = 14 } #Sheffield
		command = { type = province_manpower which = 489   value = 14 } #Manchester
		command = { type = province_manpower which = 498   value = 12 } #Coventry
		command = { type = province_manpower which = 502   value = 9 } #Southampton
		command = { type = province_manpower which = 503   value = 9 } #Portsmouth
		command = { type = province_manpower which = 501   value = 9 } #Plymouth
		command = { type = province_manpower which = 488   value = 7 } #Newcastle
		command = { type = province_manpower which = 486   value = 7 } #Glasgow
		command = { type = province_manpower which = 500   value = 8 } #Bristol
		command = { type = province_manpower which = 493   value = 5 } #Belfast
		command = { type = province_manpower which = 487   value = 4 } #Edinburgh
		command = { type = province_manpower which = 491   value = 4 } #Cardiff
		command = { type = province_manpower which = 485   value = 2 } #Perth
		command = { type = province_manpower which = 484   value = 2 } #Aberdeen
		command = { type = province_manpower which = 483   value = 1 } #Iverness
		command = { type = province_manpower which = 1717   value = 1 } #Hong Kong
		command = { type = province_manpower which = 260   value = 2 } #Kingston
		command = { type = province_manpower which = 1102   value = 1 } #Suez
		command = { type = province_manpower which = 1766   value = 2 } #Singapore
		command = { type = province_manpower which = 268   value = 1 } #Saint Johns
		command = { type = province_manpower which = 1209   value = 1 } #Nicosia
		command = { type = province_manpower which = 1063   value = 1 } #Lugos
		command = { type = province_manpower which = 1765   value = 1 } #Kuala Lumpur
		command = { type = province_manpower which = 272   value = 1 } #Kingstown
		command = { type = province_manpower which = 1309   value = 1 } #Dar es Salaam
		command = { type = sleepevent which = 272164 } # Britain Mobilization event part 1
		command = { type = sleepevent which = 272166 } # Britain Mobilization event War before Czechoslovakia annexed
		}
}

####################################
# 272193 - (IRE) Ireland Mobilizes #
####################################

event = { 
	id = 272193
	random = no
	country = IRE

	trigger = {
		OR = {
			atwar = yes
			atwar = ENG
			}
		}

	name = CEVTNAME_272193
	desc = CEVTDESC_272193
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 30
	deathdate = { day = 30 month = december year = 1944 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 80 }
		command = { type = province_manpower which = 495    value = 6 } #Dublin
		command = { type = province_manpower which = 496    value = 5 } #Cork
		command = { type = province_manpower which = 494    value = 4 } #Limerick
		command = { type = province_manpower which = 492    value = 3 } #Galway
		}
}

#########################################################################
#  Anglo-Egyptian Defense Treaty Activation : Italian Agression
#########################################################################
# EVENT FOR TESTING
event = {  
            id = 902100 
            random = no
            country = ENG

            trigger = {
                	war = { country = EGY country = ITA }
			NOT = {
				OR = {
					alliance = { country = GER country = EGY } 
					alliance = { country = SOV country = EGY } 
					alliance = { country = ENG country = EGY } 
					war = { country = EGY country = ENG }
					ispuppet = ENG
					ispuppet = EGY
					war = { country = GER country = ENG }
					}
				}
	              }

            name = CEVTNAME_902100
            desc = CEVTDESC_902100

            style = 0

            date = { day = 1 month = january year = 1936 }
            offset = 1
            deathdate = { day = 30 month = december year = 1947 }
     
            action_a = { 
                        name = CEVTACTA_902100
                        command = { type = war which = ITA }
			command = { type = influence value = 5 } # good international relations
          		}
            action_b = { 
                        name = CEVTACTB_902100
                        command = { type = dissent value = 15 }
		       }
}

#########################################################################
#  Anglo-Egyptian Defense Treaty Activation : Turkey Agression
#########################################################################
# EVENT FOR TESTING
event = {  
            id = 902101
            random = no
            country = ENG

            trigger = {
                   	war = { country = EGY country = TUR }
			NOT = {
				OR = {
					alliance = { country = GER country = EGY } 
					alliance = { country = SOV country = EGY } 
					alliance = { country = ENG country = EGY } 
					war = { country = EGY country = ENG }
					ispuppet = ENG
					ispuppet = EGY
					war = { country = GER country = ENG }
					}
				}
                 	}

            name = CEVTNAME_902101
            desc = CEVTDESC_902101

            style = 0

            date = { day = 1 month = january year = 1936 }
            offset = 1
            deathdate = { day = 30 month = december year = 1947 }
     
            action_a = { 
                        name = CEVTACTA_902100
                        command = { type = war which = TUR }
			command = { type = influence value = 5 } # good international relations
			}
            action_b = { 
                        name = CEVTACTB_902100
                        command = { type = dissent value = 15 }
			}
}

#########################################################################
#  Anglo-Irak Defense Treaty Activation : Italian Agression
#########################################################################
# EVENT FOR TESTING
event = {  
            id = 902102
            random = no
            country = ENG

            trigger = {
        	        war = { country = IRQ country = ITA }
			NOT = {
				OR = {
					alliance = { country = GER country = IRQ } 
					alliance = { country = SOV country = IRQ } 
					alliance = { country = ENG country = IRQ } 
					war = { country = IRQ country = ENG }
					ispuppet = ENG
					ispuppet = IRQ
					war = { country = GER country = ENG }
					}
				}
              		}

            name = CEVTNAME_902102
            desc = CEVTDESC_902102

            style = 0

            date = { day = 1 month = january year = 1936 }
            offset = 1
            deathdate = { day = 30 month = december year = 1947 }
     
            action_a = { 
                        name = CEVTACTA_902100
                        command = { type = war which = ITA }
			command = { type = influence value = 5 } # good international relations
			}
            action_b = { 
			name = CEVTACTB_902100
			command = { type = dissent value = 15 }
			}
}

#########################################################################
#  Anglo-Irak Defense Treaty Activation : Turkey Agression
#########################################################################
# EVENT FOR TESTING
event = {  
        id = 902103
        random = no
        country = ENG

	trigger = {
		war = { country = IRQ country = TUR }
		NOT = {
			OR = {
				alliance = { country = GER country = IRQ } 
				alliance = { country = SOV country = IRQ } 
				alliance = { country = ENG country = IRQ } 
				war = { country = IRQ country = ENG }
				ispuppet = ENG
				ispuppet = IRQ
				war = { country = GER country = ENG }
				}
			}
		}

name = CEVTNAME_902103
desc = CEVTDESC_902103
style = 0

	date = { day = 1 month = january year = 1936 }
        offset = 1
	deathdate = { day = 30 month = december year = 1947 }
     
	action_a = { 
		name = CEVTACTA_902100
		command = { type = war which = TUR }
		command = { type = influence value = 5 } # good international relations
		}
	action_b = { 
		name = CEVTACTB_902100
		command = { type = dissent value = 15 }
		}
}

################################################## ########
# 222106 - Creation of the Home Guard (by Copper)
################################################## ########
event = { 
id = 272194
random = no
country = ENG
trigger = {

atwar = yes #The UK is at war

# Deployment zones
control = { province = 487 data = ENG } 
control = { province = 501 data = ENG } 
control = { province = 502 data = ENG } 
control = { province = 503 data = ENG } 
control = { province = 493 data = ENG }


NOT = {
control = { province = 527 data = FRA } # Paris
control = { province = 518 data = FRA } # Lille
control = { province = 531 data = FRA } # Caen
control = { province = 532 data = FRA } # Cherbourg
control = { province = 538 data = FRA } # Brest
control = { province = 528 data = FRA } # Amiens
}

}

name = CEVTNAME_272194
desc = CEVTDESC_272194

style = 0

date = { day = 1 month = january year = 1936 }
offset = 10 # Check for trigger conditions every 10 days
deathdate = { day = 30 month = december year = 1947 }

action_a = {
name = CEVTACTA_272194
	command = { type = supplies value = -5000 } # cost of equipment
	command = { type = dissent value = -1 } # Brittons are closing ranks 
	command = { type = manpowerpool value = -20 } # Officers, organization
	command = { type = industry which = 488 value = -1 } # Newcastle
	command = { type = industry which = 489 value = -1 } # Manchester
	command = { type = industry which = 497 value = -1 } # Birmingam
	command = { type = industry which = 498 value = -1 } # Coventry
	command = { type = industry which = 499 value = -1 } # London

	# Scotland, Edinburgh
	command = { type = add_division which = militia value = 0 when = 487 } 
	command = { type = add_division which = militia value = 0 when = 487 }
	command = { type = add_division which = militia value = 0 when = 487 }
	command = { type = add_division which = militia value = 0 when = 487 }

	# Plymoth
	command = { type = add_division which = militia value = 0 when = 501 }
	command = { type = add_division which = militia value = 0 when = 501 }
	command = { type = add_division which = militia value = 0 when = 501 }
	command = { type = add_division which = militia value = 0 when = 501 }
	
	# Southampton
	command = { type = add_division which = militia value = 0 when = 502 }
	command = { type = add_division which = militia value = 0 when = 502 }
	command = { type = add_division which = militia value = 0 when = 502 }
	command = { type = add_division which = militia value = 0 when = 502 }
	
	# Porthsmouth
	command = { type = add_division which = militia value = 0 when = 503 }
	command = { type = add_division which = militia value = 0 when = 503 }
	command = { type = add_division which = militia value = 0 when = 503 }
	command = { type = add_division which = militia value = 0 when = 503 }
	
	# Belfast
	command = { type = add_division which = militia value = 0 when = 493 }
	command = { type = add_division which = militia value = 0 when = 493 }
}

action_b = {
	name = CEVTACTB_272194
	command = { type = dissent value = -1 } # Brittons are closing ranks 
}

}


######################
#UK Repsonse to Greece
######################

event = {
	id = 272172
	random = no
	country = ENG

	#triggered by GRE 752198A (Request Aid)

	name = CEVTNAME_272172
	desc = CEVTDESC_272172
	style = 0

	action_a = {
		name = CEVTACTA_272172
		command = { type = influence value = 2 } #living up to public declarations
		command = { type = dissent value = -0.5 } #Greek nationals in UK
		command = { type = trigger which = 752199 } #Aid shipment to Greece
		command = { type = supplies value = -1000 } #Aid package
		command = { type = alliance which = GRE } #Greece joins the Allies
		}

	action_b = {
		name = CEVTACTB_272172
		command = { type = influence value = -2 } #bad rep due to delriction of duty
		command = { type = dissent value = 1 } #Greek nationals and others protest
		}

	}

#########################################################
# Amelia Earhart Arrives in Karachi Event
# by MateDow
# Concept by Engineer & Kevin McCarthy
#########################################################

event = {
	id = 272161
	random = no
	country = eng

	trigger = {
		event = 322118
		}

	name = CEVTNAME_272161
	desc = CEVTDESC_272161
	style = 0

	date = { day = 15 month = june year = 1937 }

	action_a = {
		name = CEVTACTA_272161
		command = { }
		}
}

#####################################################
# 272158 - England Sues Italy for Peace (Unhistorical)!
#####################################################
event = { 
id = 272158
random = no 
country = ENG 

	trigger = {
		control = { province = 896 data = ITA }
		control = { province = 1099 data = ITA }
		control = { province = 1101 data = ITA } 
		control = { province = 1102 data = ITA }
		control = { province = 1100 data = ITA } 
		control = { province = 1274 data = ITA }
		control = { province = 1273 data = ITA }
		control = { province = 1198 data = ITA } 
		control = { province = 1295 data = ITA }
		control = { province = 1272 data = ITA }
		control = { province = 602 data = GER }
		control = { province = 527 data = GER }
		war = { country = GER country = ENG }
		war = { country = ITA country = ENG }   
				
	NOT = {
		OR = {
		exists = EGY
		exists = LEB
		exists = SYR
		exists = IRQ
		#alliance = { country = GER country = ITA }
		}
	}
}

date = { day = 1 month = january year = 1936 }
offset = 30
deathdate = { day = 30 month = december year = 1947 }
	
name = CEVTNAME_272158
desc = CEVTDESC_272158
style = 0

action_a = {
	name = CEVTACTA_272158
	command = { type = trigger which = 462114 }
	}
action_b = {
	name = CEVTACTB_272158
	command = { type = dissent value = 10 }
	}

}


##########################################
# 272159 - The New Roman Empire (Unhistorical)!
##########################################
event = { 
id = 272159
random = no 
country = ENG 

name = CEVTNAME_272159
desc = CEVTDESC_272159
style = 0

#date = { day = 1 month = january year = 1936 }
#offset = 7
#deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = CEVTACTA_OK
	command = { type = secedeprovince which = ITA  value = 1091 }
	command = { type = secedeprovince which = ITA  value = 1090 }
	command = { type = secedeprovince which = ITA  value = 1205 }
	command = { type = secedeprovince which = ITA  value = 1275 }
	command = { type = secedeprovince which = ITA  value = 1298 }
	command = { type = secedeprovince which = ITA  value = 1191 }
	command = { type = secedeprovince which = ITA  value = 1190 }
	command = { type = secedeprovince which = ITA  value = 1287 }
	command = { type = secedeprovince which = ITA  value = 1199 }
	command = { type = secedeprovince which = ITA  value = 1102 }
	command = { type = secedeprovince which = ITA  value = 1195 }
	command = { type = secedeprovince which = ITA  value = 1193 }
	command = { type = secedeprovince which = ITA  value = 1196 }
	command = { type = secedeprovince which = ITA  value = 1209 }
	command = { type = secedeprovince which = ITA  value = 1304 }
	command = { type = secedeprovince which = ITA  value = 1307 }
	command = { type = secedeprovince which = ITA  value = 1308 }
	command = { type = secedeprovince which = ITA  value = 1306 }
	command = { type = secedeprovince which = ITA  value = 1301 }
	command = { type = secedeprovince which = ITA  value = 1198 }
	command = { type = secedeprovince which = ITA  value = 896 }
	command = { type = trigger which = 462115 }
	command = { type = trigger which = 902059 }
	command = { type = trigger which = 552024 }
	command = { type = trigger which = 902058 }

	}
}

##########################################
# 272160 - Sanctions against Italy (England)
##########################################
event = { 
id = 272160
random = no 
country = ENG

trigger = {

	owned = { province = 1285 data = ITA } 
	owned = { province = 1290 data = ITA } 
	owned = { province = 1295 data = ITA } 
	owned = { province = 1297 data = ITA } 
	owned = { province = 1296 data = ITA } 
	owned = { province = 1294 data = ITA }
	owned = { province = 1288 data = ITA }
	owned = { province = 1293 data = ITA } 
	owned = { province = 1299 data = ITA } 
	owned = { province = 1302 data = ITA } 
		
	NOT = {
		OR = {
		exists = ETH
		war = { country = ITA country = ENG }		
		}
	}


}

name = CEVTNAME_272160
desc = CEVTDESC_272160
style = 0

date = { day = 1 month = january year = 1936 }
offset = 5
deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_272160
		command = { type = trigger which = 462117 }
	}

	action_b = {
		name = CEVTACTB_272160
		command = { type = dissent value = 1 }
	}


}


### 272151 - (ENG) Offering Portugal help (by Gwalcmai)

event = {
	id = 272151
	random = no
	country = ENG

	trigger = {
		NOT = {
			alliance = { country = GER country = POR }
			alliance = { country = SOV country = POR }
		}
		atwar = no # will probably never fire... :)
	}

	name = CEVTNAME_272151
	desc = CEVTDESC_272151
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 360
	deathdate = { day = 1 month = january year = 1940 }

	action_a = {
		name = CEVTACTA_272151
		command = { type = influence value = -3 }
		command = { type = trigger which = 802051 }
	}
	action_b = {
		name = CEVTACTB_272151
		command = { }
	}
	action_c = {
		name = CEVTACTC_272151
		command = { type = influence value = 5 }
		command = { type = trigger which = 802052 }
	}
}
# end brit support #


### 272152 - (ENG) Portuguese Refusal (by Gwalcmai)

event = {
	id = 272152
	random = no
	country = ENG

	name = CEVTNAME_272152
	desc = CEVTDESC_272152
	style = 0

	action_a = {
		name = CEVTACTA_272152
		command = { }
	}
	action_b = {
		name = CEVTACTB_272152
		command = { type = trigger which = 802060 }
	}
	action_c = {
		name = CEVTACTC_272152
		command = { type = war which = POR }
		command = { type = trigger which = 802062 }
	}
}

### 272153 - (ENG) Portuguese Refusal (by Gwalcmai)

event = {
	id = 272153
	random = no
	country = ENG

	name = CEVTNAME_272153
	desc = CEVTDESC_272153
	style = 0

	action_a = {
		name = CEVTACTA_272153
		command = { }
	}
	action_b = {
		name = CEVTACTB_272153
		command = { type = war which = POR }
		command = { type = trigger which = 802062 }
	}
}

#event = {
#	id = 272016 # 752452
#	random = no
#	country = ENG
#
#	name = CEVTNAME_272016
#	desc = CEVTDESC_272016
#	style = 0
#	
#	action_a = {
#			name = CEVTACTA_272016
#			command = { type = influence value = 2 }
#			command = { type = supplies value = 400 }
#			command = { type = trigger which = 752453 }
#			}
#	action_b = {
#			name = CEVTACTB_272016
#			command = { }
#			}
#	}


event = {
	id = 272018 # 752454
	random = no
	country = ENG

	trigger = {
			exists = YUG 
			technology = 10111 # Basic Twin Engine Fighter (close supp.) Prototype
			NOT = {
				war = { country = ENG country = YUG }
				}
			}

	name = CEVTNAME_272018
	desc = CEVTDESC_272018
	style = 0

	date = { day = 15 month = october year = 1936 }
	offset = 60
	deathdate = { day = 15 month = december year = 1941 }

	action_a = {
			name = CEVTACTA_272018
			command = { type = trigger which = 752455 }
			}
	action_b = {
			name = CEVTACTB_272018
			command = { }
			}
	}

# 272195 is in 08.txt

event = {
	id = 272196 # 752465
	random = no
	country = ENG

	trigger = {
			exists = YUG
			technology = 10102 # Basic Light Fighter (interceptor)
			NOT = {
				war = { country = ENG country = YUG }
				}		
			}

	name = CEVTNAME_272196
	desc = CEVTDESC_272196
	style = 0
	
	date = { day = 15 month = march year = 1938 }
	offset = 30
	deathdate = { day = 29 month = december year = 1942 }
 
	action_a = {
			name = CEVTACTA_272196
			command = { type = trigger which = 752466 }
			}
	action_b = {
			name = CEVTACTB_272196
			command = { }
			}
	}

event = {
	id = 272197 # 752467
	random = no
	country = ENG

	name = CEVTNAME_272197
	desc = CEVTDESC_272197
	style = 0

	action_a = {
			name = CEVTACTA_272197
			command = { type = influence value = 2 }
			command = { type = supplies value = 400 }
			}
	}

# Minister events

event = { 
id = 1500183
random = no 
country = ENG

trigger = {
		ai = yes
	}

name = AI_EVENT 
desc = "" 
style = 0 

date = { day = 3 month = january year = 1938 } 


action_a = { 
	command = { type = chiefofarmy which = 1084 } # Deverell, Guns & Butter
	command = { type = dissent value = -1 }
	} 
}

event = { 
id = 1500184
random = no 
country = ENG

trigger = {
		ai = yes
	}

name = AI_EVENT 
desc = "" 
style = 0 

date = { day = 3 month = january year = 1938 } 


action_a = { 
	command = { type = chiefofair which = 1094 } # Newall, Carpet Bomber
	command = { type = dissent value = -1 }
	} 
}

#


### NEW UK INDUSTRY EVENTS ###
# Home Isles national provinces
# 482 483 484 485 486 487 488 489 490 491 493 497 498 499 500 501 502 503
# India national provinces
# 1450 1442 1443 1444 1445 1446 1497 1447 1456 1457 1451 1458 1459 1463 1464 1460 1496 1469 1467 1468 1466 
# 1465 1478 1479 1480 1498 1490 1592 1584 1585 1586 1491 1499 1495 1417 1418 1448 1434 1435 1449 1587 1588 
# 1590 1589 1593 1594 1599 1745 1500 1439 1501 1582 1438 1752 1580 1583 2200 
#
#
#

event = {
	id = 272210
	random = no
	country = ENG

	name = CEVTNAME_272210 # Economic growth program 1936
	desc = CEVTDESC_272210 # During the mid and late 1930's Great Britain was seeking prosperity and stability while protecting the status quo of the Empire.  The wealth of colonies around the world was flowing back to the Home Isles and helping industrial growth as well as funding massive government investment.  While Great Britain remains at peace you will be able to influence which areas will gain the majority of government funding each year.
	style = 0

	trigger = {
		atwar = no
		NOT = {
			event = 272164 # uk mobilisation event
		}
	}

	date = { day = 0 month = january year = 1936 }
	offset = 1
	deathdate = { day = 10 month = january year = 1936 }

	action_a = {
		name = CEVTACTA_272210 # Home Isles
		command = { type = sleepevent which = 272217 }
		command = { type = sleepevent which = 272218 }
		command = { type = sleepevent which = 272219 }
		command = { type = sleepevent which = 272220 }
	}
	action_b = {
		name = CEVTACTB_272210 # India
		command = { type = sleepevent which = 272215 }
		command = { type = sleepevent which = 272216 }
		command = { type = sleepevent which = 272219 }
		command = { type = sleepevent which = 272220 }
	}
	action_c = {
		name = CEVTACTC_272210 # Even distribution
		command = { type = sleepevent which = 272215 }
		command = { type = sleepevent which = 272216 }
		command = { type = sleepevent which = 272217 }
		command = { type = sleepevent which = 272218 }
	}
	action_d = {
		name = CEVTACTD_272210 # No investment
		command = { type = sleepevent which = 272215 }
		command = { type = sleepevent which = 272216 }
		command = { type = sleepevent which = 272217 }
		command = { type = sleepevent which = 272218 }
		command = { type = sleepevent which = 272219 }
		command = { type = sleepevent which = 272220 }
	}
}

event = {
	id = 272211
	random = no
	country = ENG

	name = CEVTNAME_272211 # Economic growth program 1937
	desc = CEVTDESC_272211 # During the mid and late 1930's Great Britain was seeking prosperity and stability while protecting the status quo of the Empire.  The wealth of colonies around the world was flowing back to the Home Isles and helping industrial growth as well as funding massive government investment.  While Great Britain remains at peace you will be able to influence which areas will gain the majority of government funding each year.
	style = 0

	trigger = {
		atwar = no
		NOT = {
			event = 272164 # uk mobilisation event
		}
	}

	date = { day = 0 month = january year = 1937 }
	offset = 1
	deathdate = { day = 10 month = january year = 1937 }

	action_a = {
		name = CEVTACTA_272211 # Home Isles
		command = { type = sleepevent which = 272223 }
		command = { type = sleepevent which = 272224 }
		command = { type = sleepevent which = 272225 }
		command = { type = sleepevent which = 272226 }
	}
	action_b = {
		name = CEVTACTB_272211 # India
		command = { type = sleepevent which = 272221 }
		command = { type = sleepevent which = 272222 }
		command = { type = sleepevent which = 272225 }
		command = { type = sleepevent which = 272226 }
	}
	action_c = {
		name = CEVTACTC_272211 # Even distribution
		command = { type = sleepevent which = 272221 }
		command = { type = sleepevent which = 272222 }
		command = { type = sleepevent which = 272223 }
		command = { type = sleepevent which = 272224 }
	}
	action_d = {
		name = CEVTACTD_272211 # No investment
		command = { type = sleepevent which = 272221 }
		command = { type = sleepevent which = 272222 }
		command = { type = sleepevent which = 272223 }
		command = { type = sleepevent which = 272224 }
		command = { type = sleepevent which = 272225 }
		command = { type = sleepevent which = 272226 }
	}
}

event = {
	id = 272212
	random = no
	country = ENG

	name = CEVTNAME_272212 # Economic growth program 1938
	desc = CEVTDESC_272212 # During the mid and late 1930's Great Britain was seeking prosperity and stability while protecting the status quo of the Empire.  The wealth of colonies around the world was flowing back to the Home Isles and helping industrial growth as well as funding massive government investment.  While Great Britain remains at peace you will be able to influence which areas will gain the majority of government funding each year.
	style = 0

	trigger = {
		atwar = no
		NOT = {
			event = 272164 # uk mobilisation event
		}
	}

	date = { day = 0 month = january year = 1938 }
	offset = 1
	deathdate = { day = 10 month = january year = 1938 }

	action_a = {
		name = CEVTACTA_272212 # Home Isles
		command = { type = sleepevent which = 272229 }
		command = { type = sleepevent which = 272230 }
		command = { type = sleepevent which = 272231 }
		command = { type = sleepevent which = 272232 }
	}
	action_b = {
		name = CEVTACTB_272212 # India
		command = { type = sleepevent which = 272227 }
		command = { type = sleepevent which = 272228 }
		command = { type = sleepevent which = 272231 }
		command = { type = sleepevent which = 272232 }
	}
	action_c = {
		name = CEVTACTC_272212 # Even distribution
		command = { type = sleepevent which = 272227 }
		command = { type = sleepevent which = 272228 }
		command = { type = sleepevent which = 272229 }
		command = { type = sleepevent which = 272230 }
	}
	action_d = {
		name = CEVTACTD_272212 # No investment
		command = { type = sleepevent which = 272227 }
		command = { type = sleepevent which = 272228 }
		command = { type = sleepevent which = 272229 }
		command = { type = sleepevent which = 272230 }
		command = { type = sleepevent which = 272231 }
		command = { type = sleepevent which = 272232 }
	}
}

event = {
	id = 272213
	random = no
	country = ENG

	name = CEVTNAME_272213 # Economic growth program 1939
	desc = CEVTDESC_272213 # During the mid and late 1930's Great Britain was seeking prosperity and stability while protecting the status quo of the Empire.  The wealth of colonies around the world was flowing back to the Home Isles and helping industrial growth as well as funding massive government investment.  While Great Britain remains at peace you will be able to influence which areas will gain the majority of government funding each year.
	style = 0

	trigger = {
		atwar = no
		NOT = {
			event = 272164 # uk mobilisation event
		}
	}

	date = { day = 0 month = january year = 1939 }
	offset = 1
	deathdate = { day = 10 month = january year = 1939 }

	action_a = {
		name = CEVTACTA_272213 # Home Isles
		command = { type = sleepevent which = 272235 }
		command = { type = sleepevent which = 272236 }
		command = { type = sleepevent which = 272237 }
		command = { type = sleepevent which = 272238 }
	}
	action_b = {
		name = CEVTACTB_272213 # India
		command = { type = sleepevent which = 272233 }
		command = { type = sleepevent which = 272234 }
		command = { type = sleepevent which = 272237 }
		command = { type = sleepevent which = 272238 }
	}
	action_c = {
		name = CEVTACTC_272213 # Even distribution
		command = { type = sleepevent which = 272233 }
		command = { type = sleepevent which = 272234 }
		command = { type = sleepevent which = 272235 }
		command = { type = sleepevent which = 272236 }
	}
	action_d = {
		name = CEVTACTD_272213 # No investment
		command = { type = sleepevent which = 272233 }
		command = { type = sleepevent which = 272234 }
		command = { type = sleepevent which = 272235 }
		command = { type = sleepevent which = 272236 }
		command = { type = sleepevent which = 272237 }
		command = { type = sleepevent which = 272238 }
	}
}

event = {
	id = 272214
	random = no
	country = ENG

	name = CEVTNAME_272214 # Economic growth program 1940
	desc = CEVTDESC_272214 # During the mid and late 1930's Great Britain was seeking prosperity and stability while protecting the status quo of the Empire.  The wealth of colonies around the world was flowing back to the Home Isles and helping industrial growth as well as funding massive government investment.  While Great Britain remains at peace you will be able to influence which areas will gain the majority of government funding each year.
	style = 0

	trigger = {
		atwar = no
		NOT = {
			event = 272164 # uk mobilisation event
		}
	}

	date = { day = 0 month = january year = 1940 }
	offset = 1
	deathdate = { day = 10 month = january year = 1940 }

	action_a = {
		name = CEVTACTA_272214 # Home Isles
		command = { type = sleepevent which = 272241 }
		command = { type = sleepevent which = 272242 }
		command = { type = sleepevent which = 272243 }
		command = { type = sleepevent which = 272244 }
	}
	action_b = {
		name = CEVTACTB_272214 # India
		command = { type = sleepevent which = 272239 }
		command = { type = sleepevent which = 272240 }
		command = { type = sleepevent which = 272243 }
		command = { type = sleepevent which = 272244 }
	}
	action_c = {
		name = CEVTACTC_272214 # Even distribution
		command = { type = sleepevent which = 272239 }
		command = { type = sleepevent which = 272240 }
		command = { type = sleepevent which = 272241 }
		command = { type = sleepevent which = 272242 }
	}
	action_d = {
		name = CEVTACTD_272214 # No investment
		command = { type = sleepevent which = 272239 }
		command = { type = sleepevent which = 272240 }
		command = { type = sleepevent which = 272241 }
		command = { type = sleepevent which = 272242 }
		command = { type = sleepevent which = 272243 }
		command = { type = sleepevent which = 272244 }
	}
}

#################################
# 1936 investment program results
# Effects Home Isles investment

event = {
	id = 272215
	random = no
	country = ENG
	
	name = CEVTNAME_272215 # Industry expansion
	desc = CEVTDESC_272215 # The industrial stimulation program enacted last year has been succesful and local authorities report significant growth in a number of industries.  
	style = 0

	trigger = {
		random = 70
		atwar = no
		NOT = {
			event = 272216
		}
	}

	date = { day = 0 month = january year = 1937 }
	offset = 1
	deathdate = { day = 29 month = january year = 1937 }

	action_a = {
		name = CEVTACTA_272215 # Great
		command = { type = industry which = 499 value = 3 } # London
		command = { type = industry which = 497 value = 2 } # Birmingham
		command = { type = industry which = 490 value = 1 } # Sheffield
		command = { type = industry which = 488 value = 1 } # Newcastle
		command = { type = industry which = 489 value = 1 } # Manchester
		command = { type = industry which = 491 value = 1 } # Cardiff
		command = { type = industry which = 500 value = 1 } # Bristol
		command = { type = dissent value = -1 }
		command = { type = supplies value = 500 } 
		command = { type = sleepevent which = 272216 }
	}
}


event = {
	id = 272216
	random = no
	country = ENG
	
	name = CEVTNAME_272216 # Limited industry expansion
	desc = CEVTDESC_272216 # The industrial stimulation program enacted last year has not achieved it's objectives.  Authorities report only limited growth in a number of industries, citing labour unrest and delivery delays as primary causes for failure.
	style = 0

	trigger = {
		random = 30
		atwar = no
		NOT = {
			event = 272215
		}
	}

	date = { day = 0 month = january year = 1937 }
	offset = 1
	deathdate = { day = 29 month = january year = 1937 }

	action_a = {
		name = CEVTACTA_272216 # Ok
		command = { type = industry which = 499 value = 1 } # London
		command = { type = industry which = 497 value = 1 } # Birmingham
		command = { type = industry which = 490 value = 1 } # Sheffield
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } 
		command = { type = sleepevent which = 272215 }
	}
}

# Effects India investment

event = {
	id = 272217
	random = no
	country = ENG
	
	name = CEVTNAME_272217 # Industry expansion
	desc = CEVTDESC_272217 # The industrial stimulation program enacted last year has been succesful and local authorities report significant growth in a number of industries.  
	style = 0

	trigger = {
		random = 70
		atwar = no
		NOT = {
			event = 272218
		}
	}

	date = { day = 0 month = january year = 1937 }
	offset = 1
	deathdate = { day = 29 month = january year = 1937 }

	action_a = {
		name = CEVTACTA_272217 # Great
		command = { type = industry which = 1446 value = 3 } # Delhi
		command = { type = industry which = 1480 value = 2 } # Colomba
		command = { type = industry which = 1459 value = 1 } # Bombay
		command = { type = industry which = 1490 value = 1 } # Calcutta
		command = { type = industry which = 1498 value = 1 } # Patna
		command = { type = industry which = 1450 value = 1 } # Hyderabad
		command = { type = industry which = 1464 value = 1 } # Hyderbad
		command = { type = dissent value = -1 }
		command = { type = supplies value = 500 } 
		command = { type = sleepevent which = 272218 }
	}
}


event = {
	id = 272218
	random = no
	country = ENG
	
	name = CEVTNAME_272218 # Limited industry expansion
	desc = CEVTDESC_272218 # The industrial stimulation program enacted last year has not achieved it's objectives.  Authorities report only limited growth in a number of industries, citing labour unrest and delivery delays as primary causes for failure.
	style = 0

	trigger = {
		random = 30
		atwar = no
		NOT = {
			event = 272217
		}
	}

	date = { day = 0 month = january year = 1937 }
	offset = 1
	deathdate = { day = 29 month = january year = 1937 }

	action_a = {
		name = CEVTACTA_272218 # Ok
		command = { type = industry which = 1446 value = 1 } # Delhi
		command = { type = industry which = 1480 value = 1 } # Colombo
		command = { type = industry which = 1459 value = 1 } # Bombay
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } 
		command = { type = sleepevent which = 272217 }
	}
}

# Effects balanced investment

event = {
	id = 272219
	random = no
	country = ENG
	
	name = CEVTNAME_272219 # Industry expansion
	desc = CEVTDESC_272219 # The industrial stimulation program enacted last year has been succesful and local authorities report significant growth in a number of industries.  
	style = 0

	trigger = {
		random = 70
		atwar = no
		NOT = {
			event = 272220
		}
	}

	date = { day = 0 month = january year = 1937 }
	offset = 1
	deathdate = { day = 29 month = january year = 1937 }

	action_a = {
		name = CEVTACTA_272219 # Great
		command = { type = industry which = 499 value = 3 } # London
		command = { type = industry which = 1446 value = 2 } # Delhi
		command = { type = industry which = 497 value = 1 } # Birmingham
		command = { type = industry which = 1498 value = 1 } # Patna
		command = { type = industry which = 491 value = 1 } # Cardiff
		command = { type = industry which = 1480 value = 1 } # Colombo
		command = { type = industry which = 1766 value = 1 } # Singapore
		command = { type = dissent value = -1 }
		command = { type = supplies value = 500 } 
		command = { type = sleepevent which = 272220 }
	}
}


event = {
	id = 272220
	random = no
	country = ENG
	
	name = CEVTNAME_272220 # Limited industry expansion
	desc = CEVTDESC_272220 # The industrial stimulation program enacted last year has not achieved it's objectives.  Authorities report only limited growth in a number of industries, citing labour unrest and delivery delays as primary causes for failure.
	style = 0

	trigger = {
		random = 30
		atwar = no
		NOT = {
			event = 272219
		}
	}

	date = { day = 0 month = january year = 1937 }
	offset = 1
	deathdate = { day = 29 month = january year = 1937 }

	action_a = {
		name = CEVTACTA_272220 # Ok
		command = { type = industry which = 499 value = 1 } # London
		command = { type = industry which = 1498 value = 1 } # Patna
		command = { type = industry which = 1717 value = 1 } # Hong Kong
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } 
		command = { type = sleepevent which = 272219 }
	}
}


#################################
# 1937 investment program results
# Effects Home Isles investment

event = {
	id = 272221
	random = no
	country = ENG
	
	name = CEVTNAME_272221 # Industry expansion
	desc = CEVTDESC_272221 # The industrial stimulation program enacted last year has been succesful and local authorities report significant growth in a number of industries.  
	style = 0

	trigger = {
		random = 70
		atwar = no
		NOT = {
			event = 272222
		}
	}

	date = { day = 0 month = january year = 1938 }
	offset = 1
	deathdate = { day = 29 month = january year = 1938 }

	action_a = {
		name = CEVTACTA_272221 # Great
		command = { type = industry which = 499 value = 3 } # London
		command = { type = industry which = 497 value = 2 } # Birmingham
		command = { type = industry which = 490 value = 1 } # Sheffield
		command = { type = industry which = 488 value = 1 } # Newcastle
		command = { type = industry which = 489 value = 1 } # Manchester
		command = { type = industry which = 491 value = 1 } # Cardiff
		command = { type = industry which = 500 value = 1 } # Bristol
		command = { type = dissent value = -1 }
		command = { type = supplies value = 500 } 
		command = { type = sleepevent which = 272222 }
	}
}


event = {
	id = 272222
	random = no
	country = ENG
	
	name = CEVTNAME_272222 # Limited industry expansion
	desc = CEVTDESC_272222 # The industrial stimulation program enacted last year has not achieved it's objectives.  Authorities report only limited growth in a number of industries, citing labour unrest and delivery delays as primary causes for failure.
	style = 0

	trigger = {
		random = 30
		atwar = no
		NOT = {
			event = 272221
		}
	}

	date = { day = 0 month = january year = 1938 }
	offset = 1
	deathdate = { day = 29 month = january year = 1938 }

	action_a = {
		name = CEVTACTA_272222 # Ok
		command = { type = industry which = 499 value = 1 } # London
		command = { type = industry which = 497 value = 1 } # Birmingham
		command = { type = industry which = 490 value = 1 } # Sheffield
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } 
		command = { type = sleepevent which = 272221 }
	}
}

# Effects India investment

event = {
	id = 272223
	random = no
	country = ENG
	
	name = CEVTNAME_272223 # Industry expansion
	desc = CEVTDESC_272223 # The industrial stimulation program enacted last year has been succesful and local authorities report significant growth in a number of industries.  
	style = 0

	trigger = {
		random = 70
		atwar = no
		NOT = {
			event = 272224
		}
	}

	date = { day = 0 month = january year = 1938 }
	offset = 1
	deathdate = { day = 29 month = january year = 1938 }

	action_a = {
		name = CEVTACTA_272223 # Great
		command = { type = industry which = 1446 value = 3 } # Delhi
		command = { type = industry which = 1480 value = 2 } # Colomba
		command = { type = industry which = 1459 value = 1 } # Bombay
		command = { type = industry which = 1490 value = 1 } # Calcutta
		command = { type = industry which = 1498 value = 1 } # Patna
		command = { type = industry which = 1450 value = 1 } # Hyderabad
		command = { type = industry which = 1464 value = 1 } # Hyderbad
		command = { type = dissent value = -1 }
		command = { type = supplies value = 500 } 
		command = { type = sleepevent which = 272224 }
	}
}


event = {
	id = 272224
	random = no
	country = ENG
	
	name = CEVTNAME_272224 # Limited industry expansion
	desc = CEVTDESC_272224 # The industrial stimulation program enacted last year has not achieved it's objectives.  Authorities report only limited growth in a number of industries, citing labour unrest and delivery delays as primary causes for failure.
	style = 0

	trigger = {
		random = 30
		atwar = no
		NOT = {
			event = 272223
		}
	}

	date = { day = 0 month = january year = 1938 }
	offset = 1
	deathdate = { day = 29 month = january year = 1938 }

	action_a = {
		name = CEVTACTA_272224 # Ok
		command = { type = industry which = 1446 value = 1 } # Delhi
		command = { type = industry which = 1480 value = 1 } # Colombo
		command = { type = industry which = 1459 value = 1 } # Bombay
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } 
		command = { type = sleepevent which = 272223 }
	}
}

# Effects balanced investment

event = {
	id = 272225
	random = no
	country = ENG
	
	name = CEVTNAME_272225 # Industry expansion
	desc = CEVTDESC_272225 # The industrial stimulation program enacted last year has been succesful and local authorities report significant growth in a number of industries.  
	style = 0

	trigger = {
		random = 70
		atwar = no
		NOT = {
			event = 272226
		}
	}

	date = { day = 0 month = january year = 1938 }
	offset = 1
	deathdate = { day = 29 month = january year = 1938 }

	action_a = {
		name = CEVTACTA_272225 # Great
		command = { type = industry which = 499 value = 3 } # London
		command = { type = industry which = 1446 value = 2 } # Delhi
		command = { type = industry which = 497 value = 1 } # Birmingham
		command = { type = industry which = 1498 value = 1 } # Patna
		command = { type = industry which = 491 value = 1 } # Cardiff
		command = { type = industry which = 1480 value = 1 } # Colombo
		command = { type = industry which = 1766 value = 1 } # Singapore
		command = { type = dissent value = -1 }
		command = { type = supplies value = 500 } 
		command = { type = sleepevent which = 272226 }
	}
}


event = {
	id = 272226
	random = no
	country = ENG
	
	name = CEVTNAME_272226 # Limited industry expansion
	desc = CEVTDESC_272226 # The industrial stimulation program enacted last year has not achieved it's objectives.  Authorities report only limited growth in a number of industries, citing labour unrest and delivery delays as primary causes for failure.
	style = 0

	trigger = {
		random = 30
		atwar = no
		NOT = {
			event = 272225
		}
	}

	date = { day = 0 month = january year = 1938 }
	offset = 1
	deathdate = { day = 29 month = january year = 1938 }

	action_a = {
		name = CEVTACTA_272226 # Ok
		command = { type = industry which = 499 value = 1 } # London
		command = { type = industry which = 1498 value = 1 } # Patna
		command = { type = industry which = 1717 value = 1 } # Hong Kong
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } 
		command = { type = sleepevent which = 272225 }
	}
}


#################################
# 1938 investment program results
# Effects Home Isles investment

event = {
	id = 272227
	random = no
	country = ENG
	
	name = CEVTNAME_272227 # Industry expansion
	desc = CEVTDESC_272227 # The industrial stimulation program enacted last year has been succesful and local authorities report significant growth in a number of industries.  
	style = 0

	trigger = {
		random = 70
		atwar = no
		NOT = {
			event = 272228
		}
	}


	date = { day = 0 month = january year = 1939 }
	offset = 1
	deathdate = { day = 29 month = january year = 1939 }

	action_a = {
		name = CEVTACTA_272227 # Great
		command = { type = industry which = 499 value = 3 } # London
		command = { type = industry which = 497 value = 2 } # Birmingham
		command = { type = industry which = 490 value = 1 } # Sheffield
		command = { type = industry which = 488 value = 1 } # Newcastle
		command = { type = industry which = 489 value = 1 } # Manchester
		command = { type = industry which = 491 value = 1 } # Cardiff
		command = { type = industry which = 500 value = 1 } # Bristol
		command = { type = dissent value = -1 }
		command = { type = supplies value = 500 } 
		command = { type = sleepevent which = 272228 }
	}
}


event = {
	id = 272228
	random = no
	country = ENG
	
	name = CEVTNAME_272228 # Limited industry expansion
	desc = CEVTDESC_272228 # The industrial stimulation program enacted last year has not achieved it's objectives.  Authorities report only limited growth in a number of industries, citing labour unrest and delivery delays as primary causes for failure.
	style = 0

	trigger = {
		random = 30
		atwar = no
		NOT = {
			event = 272227
		}
	}

	date = { day = 0 month = january year = 1939 }
	offset = 1
	deathdate = { day = 29 month = january year = 1939 }

	action_a = {
		name = CEVTACTA_272228 # Ok
		command = { type = industry which = 499 value = 1 } # London
		command = { type = industry which = 497 value = 1 } # Birmingham
		command = { type = industry which = 490 value = 1 } # Sheffield
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } 
		command = { type = sleepevent which = 272227 }
	}
}

# Effects India investment

event = {
	id = 272229
	random = no
	country = ENG
	
	name = CEVTNAME_272229 # Industry expansion
	desc = CEVTDESC_272229 # The industrial stimulation program enacted last year has been succesful and local authorities report significant growth in a number of industries.  
	style = 0

	trigger = {
		random = 70
		atwar = no
		NOT = {
			event = 272230
		}
	}

	date = { day = 0 month = january year = 1939 }
	offset = 1
	deathdate = { day = 29 month = january year = 1939 }

	action_a = {
		name = CEVTACTA_272229 # Great
		command = { type = industry which = 1446 value = 3 } # Delhi
		command = { type = industry which = 1480 value = 2 } # Colomba
		command = { type = industry which = 1459 value = 1 } # Bombay
		command = { type = industry which = 1490 value = 1 } # Calcutta
		command = { type = industry which = 1498 value = 1 } # Patna
		command = { type = industry which = 1450 value = 1 } # Hyderabad
		command = { type = industry which = 1464 value = 1 } # Hyderbad
		command = { type = dissent value = -1 }
		command = { type = supplies value = 500 } 
		command = { type = sleepevent which = 272230 }
	}
}


event = {
	id = 272230
	random = no
	country = ENG
	
	name = CEVTNAME_272230 # Limited industry expansion
	desc = CEVTDESC_272230 # The industrial stimulation program enacted last year has not achieved it's objectives.  Authorities report only limited growth in a number of industries, citing labour unrest and delivery delays as primary causes for failure.
	style = 0

	trigger = {
		random = 30
		atwar = no
		NOT = {
			event = 272229
		}
	}

	date = { day = 0 month = january year = 1939 }
	offset = 1
	deathdate = { day = 29 month = january year = 1939 }

	action_a = {
		name = CEVTACTA_272230 # Ok
		command = { type = industry which = 1446 value = 1 } # Delhi
		command = { type = industry which = 1480 value = 1 } # Colombo
		command = { type = industry which = 1459 value = 1 } # Bombay
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } 
		command = { type = sleepevent which = 272229 }
	}
}

# Effects balanced investment

event = {
	id = 272231
	random = no
	country = ENG
	
	name = CEVTNAME_272231 # Industry expansion
	desc = CEVTDESC_272231 # The industrial stimulation program enacted last year has been succesful and local authorities report significant growth in a number of industries.  
	style = 0

	trigger = {
		random = 70
		atwar = no
		NOT = {
			event = 272232
		}
	}

	date = { day = 0 month = january year = 1939 }
	offset = 1
	deathdate = { day = 29 month = january year = 1939 }

	action_a = {
		name = CEVTACTA_272231 # Great
		command = { type = industry which = 499 value = 3 } # London
		command = { type = industry which = 1446 value = 2 } # Delhi
		command = { type = industry which = 497 value = 1 } # Birmingham
		command = { type = industry which = 1498 value = 1 } # Patna
		command = { type = industry which = 491 value = 1 } # Cardiff
		command = { type = industry which = 1480 value = 1 } # Colombo
		command = { type = industry which = 1766 value = 1 } # Singapore
		command = { type = dissent value = -1 }
		command = { type = supplies value = 500 } 
		command = { type = sleepevent which = 272232 }
	}
}


event = {
	id = 272232
	random = no
	country = ENG
	
	name = CEVTNAME_272232 # Limited industry expansion
	desc = CEVTDESC_272232 # The industrial stimulation program enacted last year has not achieved it's objectives.  Authorities report only limited growth in a number of industries, citing labour unrest and delivery delays as primary causes for failure.
	style = 0

	trigger = {
		random = 30
		atwar = no
		NOT = {
			event = 272231
		}
	}

	date = { day = 0 month = january year = 1939 }
	offset = 1
	deathdate = { day = 29 month = january year = 1939 }

	action_a = {
		name = CEVTACTA_272232 # Ok
		command = { type = industry which = 499 value = 1 } # London
		command = { type = industry which = 1498 value = 1 } # Patna
		command = { type = industry which = 1717 value = 1 } # Hong Kong
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } 
		command = { type = sleepevent which = 272231 }
	}
}

#################################
# 1939 investment program results
# Effects Home Isles investment

event = {
	id = 272233
	random = no
	country = ENG
	
	name = CEVTNAME_272233 # Industry expansion
	desc = CEVTDESC_272233 # The industrial stimulation program enacted last year has been succesful and local authorities report significant growth in a number of industries.  
	style = 0

	trigger = {
		random = 70
		atwar = no
		NOT = {
			event = 272234
		}
	}

	date = { day = 0 month = january year = 1940 }
	offset = 1
	deathdate = { day = 29 month = january year = 1940 }

	action_a = {
		name = CEVTACTA_272233 # Great
		command = { type = industry which = 499 value = 3 } # London
		command = { type = industry which = 497 value = 2 } # Birmingham
		command = { type = industry which = 490 value = 1 } # Sheffield
		command = { type = industry which = 488 value = 1 } # Newcastle
		command = { type = industry which = 489 value = 1 } # Manchester
		command = { type = industry which = 491 value = 1 } # Cardiff
		command = { type = industry which = 500 value = 1 } # Bristol
		command = { type = dissent value = -1 }
		command = { type = supplies value = 500 } 
		command = { type = sleepevent which = 272234 }
	}
}


event = {
	id = 272234
	random = no
	country = ENG
	
	name = CEVTNAME_272234 # Limited industry expansion
	desc = CEVTDESC_272234 # The industrial stimulation program enacted last year has not achieved it's objectives.  Authorities report only limited growth in a number of industries, citing labour unrest and delivery delays as primary causes for failure.
	style = 0

	trigger = {
		random = 30
		atwar = no
		NOT = {
			event = 272233
		}
	}

	date = { day = 0 month = january year = 1940 }
	offset = 1
	deathdate = { day = 29 month = january year = 1940 }

	action_a = {
		name = CEVTACTA_272234 # Ok
		command = { type = industry which = 499 value = 1 } # London
		command = { type = industry which = 497 value = 1 } # Birmingham
		command = { type = industry which = 490 value = 1 } # Sheffield
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } 
		command = { type = sleepevent which = 272233 }
	}
}

# Effects India investment

event = {
	id = 272235
	random = no
	country = ENG
	
	name = CEVTNAME_272235 # Industry expansion
	desc = CEVTDESC_272235 # The industrial stimulation program enacted last year has been succesful and local authorities report significant growth in a number of industries.  
	style = 0

	trigger = {
		random = 70
		atwar = no
		NOT = {
			event = 272236
		}
	}

	date = { day = 0 month = january year = 1940 }
	offset = 1
	deathdate = { day = 29 month = january year = 1940 }

	action_a = {
		name = CEVTACTA_272235 # Great
		command = { type = industry which = 1446 value = 3 } # Delhi
		command = { type = industry which = 1480 value = 2 } # Colomba
		command = { type = industry which = 1459 value = 1 } # Bombay
		command = { type = industry which = 1490 value = 1 } # Calcutta
		command = { type = industry which = 1498 value = 1 } # Patna
		command = { type = industry which = 1450 value = 1 } # Hyderabad
		command = { type = industry which = 1464 value = 1 } # Hyderbad
		command = { type = dissent value = -1 }
		command = { type = supplies value = 500 } 
		command = { type = sleepevent which = 272236 }
	}
}


event = {
	id = 272236
	random = no
	country = ENG
	
	name = CEVTNAME_272236 # Limited industry expansion
	desc = CEVTDESC_272236 # The industrial stimulation program enacted last year has not achieved it's objectives.  Authorities report only limited growth in a number of industries, citing labour unrest and delivery delays as primary causes for failure.
	style = 0

	trigger = {
		random = 30
		atwar = no
		NOT = {
			event = 272235
		}
	}

	date = { day = 0 month = january year = 1940 }
	offset = 1
	deathdate = { day = 29 month = january year = 1940 }

	action_a = {
		name = CEVTACTA_272236 # Ok
		command = { type = industry which = 1446 value = 1 } # Delhi
		command = { type = industry which = 1480 value = 1 } # Colombo
		command = { type = industry which = 1459 value = 1 } # Bombay
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } 
		command = { type = sleepevent which = 272235 }
	}
}

# Effects balanced investment

event = {
	id = 272237
	random = no
	country = ENG
	
	name = CEVTNAME_272237 # Industry expansion
	desc = CEVTDESC_272237 # The industrial stimulation program enacted last year has been succesful and local authorities report significant growth in a number of industries.  
	style = 0

	trigger = {
		random = 70
		atwar = no
		NOT = {
			event = 272238
		}
	}

	date = { day = 0 month = january year = 1940 }
	offset = 1
	deathdate = { day = 29 month = january year = 1940 }

	action_a = {
		name = CEVTACTA_272237 # Great
		command = { type = industry which = 499 value = 3 } # London
		command = { type = industry which = 1446 value = 2 } # Delhi
		command = { type = industry which = 497 value = 1 } # Birmingham
		command = { type = industry which = 1498 value = 1 } # Patna
		command = { type = industry which = 491 value = 1 } # Cardiff
		command = { type = industry which = 1480 value = 1 } # Colombo
		command = { type = industry which = 1766 value = 1 } # Singapore
		command = { type = dissent value = -1 }
		command = { type = supplies value = 500 } 
		command = { type = sleepevent which = 272238 }
	}
}


event = {
	id = 272238
	random = no
	country = ENG
	
	name = CEVTNAME_272238 # Limited industry expansion
	desc = CEVTDESC_272238 # The industrial stimulation program enacted last year has not achieved it's objectives.  Authorities report only limited growth in a number of industries, citing labour unrest and delivery delays as primary causes for failure.
	style = 0

	trigger = {
		random = 30
		atwar = no
		NOT = {
			event = 272237
		}
	}

	date = { day = 0 month = january year = 1940 }
	offset = 1
	deathdate = { day = 29 month = january year = 1940 }

	action_a = {
		name = CEVTACTA_272238 # Ok
		command = { type = industry which = 499 value = 1 } # London
		command = { type = industry which = 1498 value = 1 } # Patna
		command = { type = industry which = 1717 value = 1 } # Hong Kong
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } 
		command = { type = sleepevent which = 272237 }
	}
}


#################################
# 1940 investment program results
# Effects Home Isles investment

event = {
	id = 272239
	random = no
	country = ENG
	
	name = CEVTNAME_272239 # Industry expansion
	desc = CEVTDESC_272239 # The industrial stimulation program enacted last year has been succesful and local authorities report significant growth in a number of industries.  
	style = 0

	trigger = {
		random = 70
		atwar = no
		NOT = {
			event = 272240
		}
	}

	date = { day = 0 month = january year = 1940 }
	offset = 1
	deathdate = { day = 29 month = january year = 1940 }

	action_a = {
		name = CEVTACTA_272239 # Great
		command = { type = industry which = 499 value = 3 } # London
		command = { type = industry which = 497 value = 2 } # Birmingham
		command = { type = industry which = 490 value = 1 } # Sheffield
		command = { type = industry which = 488 value = 1 } # Newcastle
		command = { type = industry which = 489 value = 1 } # Manchester
		command = { type = industry which = 491 value = 1 } # Cardiff
		command = { type = industry which = 500 value = 1 } # Bristol
		command = { type = dissent value = -1 }
		command = { type = supplies value = 500 } 
		command = { type = sleepevent which = 272240 }
	}
}


event = {
	id = 272240
	random = no
	country = ENG
	
	name = CEVTNAME_272240 # Limited industry expansion
	desc = CEVTDESC_272240 # The industrial stimulation program enacted last year has not achieved it's objectives.  Authorities report only limited growth in a number of industries, citing labour unrest and delivery delays as primary causes for failure.
	style = 0

	trigger = {
		random = 30
		atwar = no
		NOT = {
			event = 272239
		}
	}

	date = { day = 0 month = january year = 1940 }
	offset = 1
	deathdate = { day = 29 month = january year = 1940 }

	action_a = {
		name = CEVTACTA_272240 # Ok
		command = { type = industry which = 499 value = 1 } # London
		command = { type = industry which = 497 value = 1 } # Birmingham
		command = { type = industry which = 490 value = 1 } # Sheffield
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } 
		command = { type = sleepevent which = 272239 }
	}
}

# Effects India investment

event = {
	id = 272241
	random = no
	country = ENG
	
	name = CEVTNAME_272241 # Industry expansion
	desc = CEVTDESC_272241 # The industrial stimulation program enacted last year has been succesful and local authorities report significant growth in a number of industries.  
	style = 0

	trigger = {
		random = 70
		atwar = no
		NOT = {
			event = 272242
		}
	}

	date = { day = 0 month = january year = 1940 }
	offset = 1
	deathdate = { day = 29 month = january year = 1940 }

	action_a = {
		name = CEVTACTA_272241 # Great
		command = { type = industry which = 1446 value = 3 } # Delhi
		command = { type = industry which = 1480 value = 2 } # Colomba
		command = { type = industry which = 1459 value = 1 } # Bombay
		command = { type = industry which = 1490 value = 1 } # Calcutta
		command = { type = industry which = 1498 value = 1 } # Patna
		command = { type = industry which = 1450 value = 1 } # Hyderabad
		command = { type = industry which = 1464 value = 1 } # Hyderbad
		command = { type = dissent value = -1 }
		command = { type = supplies value = 500 } 
		command = { type = sleepevent which = 272242 }
	}
}


event = {
	id = 272242
	random = no
	country = ENG
	
	name = CEVTNAME_272242 # Limited industry expansion
	desc = CEVTDESC_272242 # The industrial stimulation program enacted last year has not achieved it's objectives.  Authorities report only limited growth in a number of industries, citing labour unrest and delivery delays as primary causes for failure.
	style = 0

	trigger = {
		random = 30
		atwar = no
		NOT = {
			event = 272241
		}
	}

	date = { day = 0 month = january year = 1940 }
	offset = 1
	deathdate = { day = 29 month = january year = 1940 }

	action_a = {
		name = CEVTACTA_272242 # Ok
		command = { type = industry which = 1446 value = 1 } # Delhi
		command = { type = industry which = 1480 value = 1 } # Colombo
		command = { type = industry which = 1459 value = 1 } # Bombay
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } 
		command = { type = sleepevent which = 272241 }
	}
}

# Effects balanced investment

event = {
	id = 272243
	random = no
	country = ENG
	
	name = CEVTNAME_272243 # Industry expansion
	desc = CEVTDESC_272243 # The industrial stimulation program enacted last year has been succesful and local authorities report significant growth in a number of industries.  
	style = 0

	trigger = {
		random = 70
		atwar = no
		NOT = {
			event = 272244
		}
	}

	date = { day = 0 month = january year = 1940 }
	offset = 1
	deathdate = { day = 29 month = january year = 1940 }

	action_a = {
		name = CEVTACTA_272243 # Great
		command = { type = industry which = 499 value = 3 } # London
		command = { type = industry which = 1446 value = 2 } # Delhi
		command = { type = industry which = 497 value = 1 } # Birmingham
		command = { type = industry which = 1498 value = 1 } # Patna
		command = { type = industry which = 491 value = 1 } # Cardiff
		command = { type = industry which = 1480 value = 1 } # Colombo
		command = { type = industry which = 1766 value = 1 } # Singapore
		command = { type = dissent value = -1 }
		command = { type = supplies value = 500 } 
		command = { type = sleepevent which = 272244 }
	}
}


event = {
	id = 272244
	random = no
	country = ENG
	
	name = CEVTNAME_272244 # Limited industry expansion
	desc = CEVTDESC_272244 # The industrial stimulation program enacted last year has not achieved it's objectives.  Authorities report only limited growth in a number of industries, citing labour unrest and delivery delays as primary causes for failure.
	style = 0

	trigger = {
		random = 30
		atwar = no
		NOT = {
			event = 272243
		}
	}

	date = { day = 0 month = january year = 1940 }
	offset = 1
	deathdate = { day = 29 month = january year = 1940 }

	action_a = {
		name = CEVTACTA_272244 # Ok
		command = { type = industry which = 499 value = 1 } # London
		command = { type = industry which = 1498 value = 1 } # Patna
		command = { type = industry which = 1717 value = 1 } # Hong Kong
		command = { type = dissent value = 1 }
		command = { type = supplies value = 100 } 
		command = { type = sleepevent which = 272243 }
	}
}



######################################################
#  272255 ENG: Belgium surrenders: Congo to the British (by nachinus)
###################################################
event = {
	id = 272255
	random = no
	country = ENG
	
	#triggered by BEL 852030A

	name = CEVTNAME_272255
	desc = CEVTDESC_272255
	style = 0


	action_a = {
		name = CEVTACTA_OK
		command = { type = add_division which = infantry value = 0 when = 1130 } #Leopoldville
		command = { type = add_division which = infantry value = 0 when = 1185 } #Albertville
		command = { type = add_division which = infantry value = 0 when = 1115 } #Stanleyville
		command = { type = add_division which = infantry value = 0 when = 1135 } #Banana
		command = { type = supplies value = 500 } 
	}
}


event = {
	id = 752317
	random = no
	country = ENG

	name = CEVTNAME_752317
	desc = CEVTDESC_752317
	style = 0

	action_a = {
		name = CEVTACTA_752317
			command = { type = influence value = 1 }
			command = { type = supplies value = 500 } # needed to garrison Crete
			}
	}

#####################################
# 272209 - (ENG)Italien agression in Europe and middleeast(by Ghost_dk)
#####################################
event = {
	id = 272209 # 272195
	random = no
	country = ENG

	trigger = {
		atwar = no
		OR = {
			AND = {
			control = { province = 891 data = ITA }
			control = { province = 745 data = ITA }
			}
			AND = {
			control = { province = 891 data = ITA }
			control = { province = 975 data = ITA }
			}
			AND = {
			control = { province = 891 data = ITA }
			control = { province = 972 data = ITA }
			}
			AND = {
			control = { province = 891 data = ITA }
			control = { province = 1277 data = ITA }
			}
			AND = {
			control = { province = 891 data = ITA }
			control = { province = 1364 data = ITA }
			}
			AND = {
			control = { province = 891 data = ITA }
			control = { province = 633 data = ITA }
			}
			AND = {
			control = { province = 891 data = ITA }
			control = { province = 757 data = ITA }
			}
			AND = {
			control = { province = 891 data = ITA }
			control = { province = 750 data = ITA }
			}
			AND = {
			control = { province = 745 data = ITA }
			control = { province = 975 data = ITA }
			}
			AND = {
			control = { province = 745 data = ITA }
			control = { province = 972 data = ITA }
			}
			AND = {
			control = { province = 745 data = ITA }
			control = { province = 1277 data = ITA }
			}
			AND = {
			control = { province = 745 data = ITA }
			control = { province = 1364 data = ITA }
			}
			AND = {
			control = { province = 745 data = ITA }
			control = { province = 633 data = ITA }
			}
			AND = {
			control = { province = 745 data = ITA }
			control = { province = 757 data = ITA }
			}
			AND = {
			control = { province = 745 data = ITA }
			control = { province = 750 data = ITA }
			}
			AND = {
			control = { province = 975 data = ITA }
			control = { province = 972 data = ITA }
			}
			AND = {
			control = { province = 975 data = ITA }
			control = { province = 1277 data = ITA }
			}
			AND = {
			control = { province = 975 data = ITA }
			control = { province = 1364 data = ITA }
			}
			AND = {
			control = { province = 975 data = ITA }
			control = { province = 633 data = ITA }
			}
			AND = {
			control = { province = 975 data = ITA }
			control = { province = 757 data = ITA }
			}
			AND = {
			control = { province = 975 data = ITA }
			control = { province = 750 data = ITA }
			}
			AND = {
			control = { province = 972 data = ITA }
			control = { province = 1277 data = ITA }
			}
			AND = {
			control = { province = 972 data = ITA }
			control = { province = 1364 data = ITA }
			}
			AND = {
			control = { province = 972 data = ITA }
			control = { province = 633 data = ITA }
			}
			AND = {
			control = { province = 972 data = ITA }
			control = { province = 757 data = ITA }
			}
			AND = {
			control = { province = 972 data = ITA }
			control = { province = 750 data = ITA }
			}
			AND = {
			control = { province = 1277 data = ITA }
			control = { province = 1364 data = ITA }
			}
			AND = {
			control = { province = 1277 data = ITA }
			control = { province = 633 data = ITA }
			}
			AND = {
			control = { province = 1277 data = ITA }
			control = { province = 757 data = ITA }
			}
			AND = {
			control = { province = 1277 data = ITA }
			control = { province = 750 data = ITA }
			}
			AND = {
			control = { province = 1364 data = ITA }
			control = { province = 633 data = ITA }
			}
			AND = {
			control = { province = 1364 data = ITA }
			control = { province = 757 data = ITA }
			}
			AND = {
			control = { province = 1364 data = ITA }
			control = { province = 750 data = ITA }
			}
			AND = {
			control = { province = 633 data = ITA }
			control = { province = 757 data = ITA }
			}
			AND = {
			control = { province = 633 data = ITA }
			control = { province = 750 data = ITA }
			}
			AND = {
			control = { province = 757 data = ITA }
			control = { province = 750 data = ITA }
			}
		}
	}

	name = CEVTNAME_272209
	desc = CEVTDESC_272209
	style = 0

	date = { day = 0 month = january year = 1936 }
	offset = 7
	deathdate = { day = 28 month = august year = 1939 }

	action_a = {
		name = CEVTACTA_272209
		command = { type = war which = ITA }
		command = { type = dissent value = -15 } #The international community is behind the decission
		}
}

event = {
	id = 272198
	random = no
	country = ENG

		# triggered by another event

	name = CEVTNAME_272198
	desc = CEVTDESC_272198
	style = 0


	action_a = {
		name = CEVTACTA_272198
		command = { type = dissent value = -1 }
	}

	action_b = {
		name = CEVTACTB_272198
		command = { type = trigger which = 802076 }
		command = { type = dissent value = 1 }
		command = { type = alignment which = communist value = 5 } #added
		command = { type = alignment which = fascist value = -10 } #added
		command = { type = influence value = 5 } #added
	}

}

event = {
	id = 272199
	random = no
	country = ENG

		# triggered by another event

	name = CEVTNAME_272199
	desc = CEVTDESC_272199
	style = 0

	action_a = {
		name = CEVTACTA_272199
		command = { type = alliance which = SPR }
		command = { type = dissent value = -10 } #To slightly reduce dissent hit 
		command = { type = influence value = 5 } #added
	}
}

event = {
	id = 272200
	random = no
	country = ENG

		# triggered by another event

	name = CEVTNAME_272200
	desc = CEVTDESC_272200
	style = 0

	action_a = {
		name = CEVTACTA_272200
		command = { type = dissent value = -1 }
	}
}

#########################################################################
# Cypriot volunteers
# by Zerli, idea by Semi-Lobster
#########################################################################

event = {
	id = 272201
	random = no
	country = ENG

	trigger = {
			exists = GRE
			control = { province = 1209 data = ENG }
			OR = {
				AND = {
					war = { country = GER country = GRE }
					war = { country = GER country = ENG }
					}
				AND = {
					war = { country = ITA country = GRE }
					war = { country = ITA country = ENG }
					}
				}
			}

	name = CEVTNAME_272201
	desc = CEVTDESC_272201

	date = { day = 9 month = december year = 1939 }
	offset = 12
	deathdate = { day = 17 month = december year = 1942 }

	action_a = {
			name = CEVTACTA_272201
			command = { type = manpowerpool value = 6 }
			}
	}

event = {
	id = 272202
	random = no
	country = ENG

	trigger = {
			control = { province = 1209 data = ENG }
			war = { country = GER country = ENG }
			NOT = { alliance = { country = GER country = GRE } }
			random = 20
			}

	name = CEVTNAME_272202
	desc = CEVTDESC_272202

	date = { day = 21 month = december year = 1941 }
	offset = 32
	deathdate = { day = 18 month = december year = 1943 }

	action_a = {
			name = CEVTACTA_272202
			command = { type = manpowerpool value = 10 }
			}
	}

event = {
	id = 272203
	random = no
	country = ENG

	trigger = {
			control = { province = 1209 data = ENG }
			war = { country = GER country = ENG }
			NOT = { alliance = { country = GER country = GRE } }
			random = 20
			}

	name = CEVTNAME_272203
	desc = CEVTDESC_272203

	date = { day = 19 month = december year = 1943 }
	offset = 32
	deathdate = { day = 18 month = december year = 1945 }

	action_a = {
			name = CEVTACTA_272203
			command = { type = manpowerpool value = 10 }
			}
	}

event = { 
	id = 272195 # 752456
	random = no
	country = ENG

	name = CEVTNAME_272195
	desc = CEVTDESC_272195
	style = 0
	
	action_a = {
			name = CEVTACTA_GREAT
			command = { type = supplies value = -500 }
			command = { type = influence value = 2 }
			}
	}


#########################################################################
#  Lebanon returned to Free French Control after British Conquest (Lebanon still exists, Beirut Occupied)   
#########################################################################
event = {  
	id = 272253
	random = no
	country = ENG


	trigger = {
		exists = VIC
		exists = FRA
		exists = LEB
		OR = {
			control = { province = 1273 data = ENG 	}
			control = { province = 1273 data = AST 	}
			control = { province = 1273 data = SAF 	}
			control = { province = 1273 data = NZL 	}
			control = { province = 1273 data = U06 	} #For British India if Added
		}
	}

	name = CEVTNAME_272019
	desc = CEVTDESC_272019
	style = 0
 
        date = { day = 1 month = september year = 1940 }
        offset = 3
        deathdate = { day = 30 month = december year = 1944 }
	
		
	action_a = { 
		name = CEVTACTA_272019
		command = { type = influence value = 5 }
		command = { type = trigger which = 902017 } #Lebanon reestablished as Free French-controlled : Lebanon event
		command = { type = trigger which = 432026 } #Lebanon reestablished as Free French-controlled : France event
                   }
 	action_b = { 
		name = CEVTACTB_272019
		command = { type = inherit which = LEB }
	}
}

#########################################################################
#  Syria returned to Free French Control after British Conquest (Syria still exists, Damascus Occupied)
#########################################################################
event = {  
	id = 272254
	random = no
	country = ENG


	trigger = {
		exists = VIC
		exists = FRA
		exists = SYR
		OR = {
			control = { province = 1274 data = ENG 	}
			control = { province = 1274 data = AST 	}
			control = { province = 1274 data = SAF 	}
			control = { province = 1274 data = NZL 	}
			control = { province = 1274 data = U06 	} #For British India if Added
		}
	}

	name = CEVTNAME_272020
	desc = CEVTDESC_272020
	style = 0
	

        date = { day = 1 month = september year = 1940 }
        offset = 3
        deathdate = { day = 30 month = december year = 1944 }
	
			
	action_a = { 
		name = CEVTACTA_272020
		command = { type = influence value = 5 }
		command = { type = trigger which = 902018 } #Syria reestablished as Free French-controlled
		command = { type = trigger which = 432027 } #Syria reestablished as Free French-controlled
           }

	action_b = { 
		name = CEVTACTB_272020
		command = { type = inherit which = SYR }
	}

}

#########################################################################
# The sinking of the Simon Bolivar (Crazyhorse)
#########################################################################

event = { 
	id = 272256
	random = no
	country = ENG
	
	
			
	name = CEVTNAME_850038
	desc = CEVTDESC_850038
	style = 0
	
	action_a = {
		name = CEVTACTA_850038
		command = { }
		
	}
	
}